Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aalhour
/
C-Sharp-Algorithms
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
6.1k
Code
Issues
41
Pull requests
12
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on May 27, 2020
Merge pull request #136 from yanxiaodi/xy-fix-bubbleSorter
Show description for 504140e
aalhour
authored
504140e
Copy full SHA for 504140e
Merge pull request #134 from RyanGrange/issue129
Show description for ad09171
aalhour
authored
ad09171
Copy full SHA for ad09171
Merge pull request #132 from RyanGrange/issue87
Show description for 897712d
aalhour
authored
897712d
Copy full SHA for 897712d
Commits on May 10, 2020
Fix the BubbleSorter and add the unit test.
yanxiaodi
committed
72a80a4
Copy full SHA for 72a80a4
Commits on Apr 25, 2020
Issue 129: Return primes list as read-only.
RyanGrange
committed
e97c2cf
Copy full SHA for e97c2cf
Issue 87: Stack efficient Euclidean method
RyanGrange
committed
46513c9
Copy full SHA for 46513c9
Commits on Dec 21, 2019
Update README.md
aalhour
authored
eb2cd79
Copy full SHA for eb2cd79
Commits on Dec 13, 2019
Merge pull request #114 from nickntg/nuget
Show description for 14392dc
aalhour
authored
14392dc
Copy full SHA for 14392dc
Commits on Dec 1, 2019
Merge branch 'master' of https://github.com/nickntg/C-Sharp-Algorithms into nuget
nbitounis
committed
9a97895
Copy full SHA for 9a97895
Revert "* Turned the primes document into an embedded resource to avoid having it as a separate file having to be carried around in the nuget."
Show description for 44cfba6
nbitounis
committed
44cfba6
Copy full SHA for 44cfba6
Revert "* Added a nuspec for the project that packs everything from the algorithms output directory."
Show description for 4baacc0
nbitounis
committed
4baacc0
Copy full SHA for 4baacc0
Added a nuspec for the project that packs everything from the algorithms output directory.
nbitounis
committed
b9e31af
Copy full SHA for b9e31af
Commits on Nov 28, 2019
Merge pull request #124 from nickntg/master
Show description for e9fbf9d
aalhour
authored
e9fbf9d
Copy full SHA for e9fbf9d
Commits on Nov 25, 2019
Splitting based on \n.
nbitounis
committed
a4c136e
Copy full SHA for a4c136e
Trying to parse with \r\n again.
nbitounis
committed
c6adca9
Copy full SHA for c6adca9
More testing code to show marks in line.
nbitounis
committed
d8cd4bf
Copy full SHA for d8cd4bf
Test commit to see the text line that causes the exception to be raised.
nbitounis
committed
54e0155
Copy full SHA for 54e0155
Commits on Nov 24, 2019
Merge pull request #125 from Gutsonok/master
Show description for 9a64614
aalhour
authored
9a64614
Copy full SHA for 9a64614
Add a few more assertions to unit tests of ChainHashTable
Gutsonok
committed
b26b11e
Copy full SHA for b26b11e
Divide one test on some tests and add new tests for ChainedHashTable
Gutsonok
committed
b1dfcb9
Copy full SHA for b1dfcb9
Fix bug with nonexplicit singleton hash table store in ChainedHashTable
Show description for 917cbb5
Gutsonok
committed
917cbb5
Copy full SHA for 917cbb5
Fix bug with CopyTo method of ChainedHashTable
Show description for fd847ea
Gutsonok
committed
fd847ea
Copy full SHA for fd847ea
Commits on Nov 19, 2019
Split based on LF instead of CR/LF.
nbitounis
committed
4bb681b
Copy full SHA for 4bb681b
Moved the test under the right folder.
nbitounis
committed
3a79610
Copy full SHA for 3a79610
Moved instantiation after internal initialization.
nbitounis
committed
3f695c7
Copy full SHA for 3f695c7
Added test for primes list.
nbitounis
committed
70d164c
Copy full SHA for 70d164c
Commits on Nov 17, 2019
Turned the primes document into an embedded resource.
nbitounis
committed
a2177fc
Copy full SHA for a2177fc
Commits on Nov 15, 2019
Update README.md
aalhour
authored
1cc477e
Copy full SHA for 1cc477e
Merge pull request #94 from j-rewerts/b-tree
Show description for 0cfaaa2
aalhour
authored
0cfaaa2
Copy full SHA for 0cfaaa2
Commits on Nov 14, 2019
Update build_and_test.yml (#122)
aalhour
authored
c99c89d
Copy full SHA for c99c89d
Update build_and_test.yml
aalhour
authored
3dfab7a
Copy full SHA for 3dfab7a
Merge branch 'master' of https://github.com/aalhour/C-Sharp-Algorithms
aalhour
committed
2479dcc
Copy full SHA for 2479dcc
Added build_and_test.yml github workflow
aalhour
committed
ab099a5
Copy full SHA for ab099a5
Update build_and_test.yml
aalhour
authored
93b2e54
Copy full SHA for 93b2e54
Update build_and_test.yml
aalhour
authored
d1c664c
Copy full SHA for d1c664c
Pagination
Previous
Next
You can’t perform that action at this time.