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 }}
ngtduc693
/
C-Sharp-Algorithms
Public
forked from
TheAlgorithms/C-Sharp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
bugfix/unstable-behavior-in-the-predict-logic-test
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 6, 2025
Merge branch 'master' into bugfix/unstable-behavior-in-the-predict-logic-test
ngtduc693
committed
7b4fc36
Copy full SHA for 7b4fc36
Commits on Oct 5, 2025
Modernize C# codebase with collection expressions (C# 12) (#539)
Copilot
authored
7467fe4
Copy full SHA for 7467fe4
Add Traveling Salesman Problem (TSP) (#536)
ngtduc693
authored
20da672
Copy full SHA for 20da672
Add Logistic Regression (#540)
ngtduc693
authored
ed242f4
Copy full SHA for ed242f4
Add Interval Scheduling (Greedy Algorithm) (#537)
ngtduc693
authored
a361c66
Copy full SHA for a361c66
Fix bug #543: Unstable behavior in PredictRating()
ngtduc693
committed
6062765
Copy full SHA for 6062765
Commits on Oct 4, 2025
Add Simple Linear Regression Algorithm (#538)
ngtduc693
authored
e2c20ed
Copy full SHA for e2c20ed
Apply new C# features (#535)
ngtduc693
authored
d3652b1
Copy full SHA for d3652b1
chore: migrate to Primary constructors and collection expressions (#532)
kamikkels
authored
79497a6
Copy full SHA for 79497a6
Commits on Oct 3, 2025
Test HashTable.Resize() directly (#533)
kamikkels
authored
b47cdc9
Copy full SHA for b47cdc9
Commits on Oct 2, 2025
Add bag datastructure (#531)
kamikkels
authored
6c220ce
Copy full SHA for 6c220ce
Commits on Oct 1, 2025
Fix issue #465. Added tests and adjusted logic to get more complete test coverage (#530)
kamikkels
authored
178d7f9
Copy full SHA for 178d7f9
Commits on Sep 24, 2025
chore: add GlobalUsings.cs with project-wide using directives in data structures tests (#526)
KaranChadha10
authored
a985c67
Copy full SHA for a985c67
Commits on Sep 20, 2025
chore: add GlobalUsings.cs with project-wide using directives in data structures (#525)
KaranChadha10
authored
ea17d81
Copy full SHA for ea17d81
Minor Performance Improvements in BitArray and Luhn Algorithm (#528)
michaelkrisper
authored
ca458ab
Copy full SHA for ca458ab
Commits on Sep 18, 2025
refactor(csharp): replace escaped quotes in interpolated strings with raw string literals for clarity (#527)
Show description for f1fde96
KaranChadha10
and
siriak
authored
f1fde96
Copy full SHA for f1fde96
chore: add GlobalUsings.cs with project-wide using directives in algorithms tests (#524)
Show description for 88968a4
KaranChadha10
and
siriak
authored
88968a4
Copy full SHA for 88968a4
Commits on Sep 16, 2025
chore: add GlobalUsings.cs with project-wide using directives in utilities folder (#523)
KaranChadha10
authored
d6c0553
Copy full SHA for d6c0553
Commits on Sep 8, 2025
Add GlobalUsings.cs with project-wide using directives for Algorithms folder (#522)
KaranChadha10
authored
767c45a
Copy full SHA for 767c45a
Commits on Sep 7, 2025
Migrate to file-scoped namespaces and remove unused global usings (#521)
KaranChadha10
authored
1b9aa7e
Copy full SHA for 1b9aa7e
Commits on Jul 21, 2025
Add recursive shuffling algorithm (#519)
Jccqt
authored
00e9bc4
Copy full SHA for 00e9bc4
Commits on Jul 17, 2025
Add Naive shuffling algorithm (#517)
Jccqt
authored
99bc144
Copy full SHA for 99bc144
Commits on Jul 15, 2025
Add LINQ shuffling algorithm (#515)
Jccqt
authored
b024499
Copy full SHA for b024499
Commits on Jul 11, 2025
Add Autokey encoder (#509)
Jccqt
authored
8fec042
Copy full SHA for 8fec042
Add Gnome sort algorithm (#507)
Jccqt
authored
329fc50
Copy full SHA for 329fc50
Commits on Dec 6, 2024
Enhance FastSearcherTests with additional test cases and improved assertions using FluentAssertions. (#501)
gmottajr
authored
2ed7a7b
Copy full SHA for 2ed7a7b
Commits on Dec 4, 2024
Improve coverage for hash table (#500)
gmottajr
authored
046f26e
Copy full SHA for 046f26e
Commits on Nov 27, 2024
Fix Dijkstra algorithm (#499)
wm55414
authored
0ef9849
Copy full SHA for 0ef9849
Commits on Nov 26, 2024
Add tests for null key handling in DictionaryExtensions (#498)
gmottajr
authored
0184c37
Copy full SHA for 0184c37
Commits on Nov 16, 2024
Add Minkowski distance algorithm (#497)
Paulofalcao2002
authored
c4091c7
Copy full SHA for c4091c7
Commits on Nov 15, 2024
Create present value module (#495)
alirezasariri78
authored
87776ee
Copy full SHA for 87776ee
Commits on Nov 14, 2024
Add Chebyshev distance algorithm (#496)
Paulofalcao2002
authored
02f2ecb
Copy full SHA for 02f2ecb
Commits on Oct 31, 2024
Add perfect cube numeric algorithm (#494)
Paulofalcao2002
authored
cb4760c
Copy full SHA for cb4760c
Commits on Oct 30, 2024
Add Floor numeric algorithm (#493)
Paulofalcao2002
authored
d59c28a
Copy full SHA for d59c28a
Commits on Oct 29, 2024
Add Ceil numeric algorithm (#490)
Paulofalcao2002
authored
5239e71
Copy full SHA for 5239e71
Pagination
Previous
Next
You can’t perform that action at this time.