Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
coldfunction
/
C
Public
forked from
TheAlgorithms/C
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
C
sorting
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on May 28, 2020
Merge pull request #538 from shubhamsah/master
Show description for 1c07d61
deadshotsb
authored
1c07d61
View commit details
Copy full SHA for 1c07d61
View code at this point
Browse repository at this point
Update and rename MERGENR.C to merge_sort_nr.c
shubhamsah
authored
f4cbdd3
View commit details
Copy full SHA for f4cbdd3
View code at this point
Browse repository at this point
Commits on May 26, 2020
Update MERGENR.C
Show description for 2bdf773
shubhamsah
authored
2bdf773
View commit details
Copy full SHA for 2bdf773
View code at this point
Browse repository at this point
Commits on May 25, 2020
Merge pull request #524 from kvedala/numerical-methods
Show description for 0538404
StepfenShawn
authored
0538404
View commit details
Copy full SHA for 0538404
View code at this point
Browse repository at this point
Commits on May 23, 2020
Create MergeNR.c
Show description for 2357e8b
shubhamsah
authored
2357e8b
View commit details
Copy full SHA for 2357e8b
View code at this point
Browse repository at this point
Commits on Apr 21, 2020
Typo in variable name
cclauss
authored
aa13305
View commit details
Copy full SHA for aa13305
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
another shell-sort implementation
kvedala
committed
c18d838
View commit details
Copy full SHA for c18d838
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
Merge pull request #521 from Hiyabye/add_sort_algorithm
Show description for ca27500
StepfenShawn
authored
ca27500
View commit details
Copy full SHA for ca27500
View code at this point
Browse repository at this point
Fix #509
StepfenShawn
authored
75a6e38
View commit details
Copy full SHA for 75a6e38
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Increased spead of Cocktail Sort
Hiyabye
committed
6bc8c29
View commit details
Copy full SHA for 6bc8c29
View code at this point
Browse repository at this point
Add new sorting algorithm (Cocktail Sort)
Hiyabye
committed
89732a2
View commit details
Copy full SHA for 89732a2
View code at this point
Browse repository at this point
Changed function name
Hiyabye
committed
63cdc6f
View commit details
Copy full SHA for 63cdc6f
View code at this point
Browse repository at this point
Add new sorting algorithm
Hiyabye
committed
489db12
View commit details
Copy full SHA for 489db12
View code at this point
Browse repository at this point
Commits on Feb 2, 2020
index now starts from 1
tania-cmyk
committed
aac957c
View commit details
Copy full SHA for aac957c
View code at this point
Browse repository at this point
Commits on Jan 9, 2020
Rename BucketSort.c to Bucket_Sort.c
cclauss
authored
dc0374f
View commit details
Copy full SHA for dc0374f
View code at this point
Browse repository at this point
Rename multikey_quicksort.c to multikey_quick_sort.c
cclauss
authored
d1fcf1e
View commit details
Copy full SHA for d1fcf1e
View code at this point
Browse repository at this point
Fix filenames for DIRECTORY.md
cclauss
committed
ecb7386
View commit details
Copy full SHA for ecb7386
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
heapsort does not work for sorted input 1,2,3,4,5
Show description for 5087249
ericcurtin
authored
5087249
View commit details
Copy full SHA for 5087249
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Merge pull request #497 from ubc1729/master
Show description for 70c11c3
ashwek
authored
70c11c3
View commit details
Copy full SHA for 70c11c3
View code at this point
Browse repository at this point
format code
ashwek
authored
6159abc
View commit details
Copy full SHA for 6159abc
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Create BeadSort.c
goodxodyd11
authored
835fa06
View commit details
Copy full SHA for 835fa06
View code at this point
Browse repository at this point
Commits on Nov 7, 2019
Indented "countingSort" and fixed compilation errors
Show description for 5c1e88c
r7919
committed
5c1e88c
View commit details
Copy full SHA for 5c1e88c
View code at this point
Browse repository at this point
Commits on Nov 1, 2019
Add pancake sort (#344)
Show description for b2bfeaa
erx-manaois
authored and
ashwek
committed
b2bfeaa
View commit details
Copy full SHA for b2bfeaa
View code at this point
Browse repository at this point
Commits on Oct 30, 2019
Added Cycle Sort (#340)
Show description for 39abfd0
erx-manaois
authored and
ashwek
committed
39abfd0
View commit details
Copy full SHA for 39abfd0
View code at this point
Browse repository at this point
Merge branch 'master' into master
ashwek
authored
c385a79
View commit details
Copy full SHA for c385a79
View code at this point
Browse repository at this point
Rename Sorts/RadixSort.c to sorting/radix_sort.c
ashwek
authored
f8a5c14
View commit details
Copy full SHA for f8a5c14
View code at this point
Browse repository at this point
Rename Sorts/StoogeSort.c to sorting/StoogeSort.c
ashwek
authored
5e9189b
View commit details
Copy full SHA for 5e9189b
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Merge pull request #319 from shivamagarwal1999/patch-2
Show description for e2d3675
ashwek
authored
e2d3675
View commit details
Copy full SHA for e2d3675
View code at this point
Browse repository at this point
Merge pull request #285 from Sayam753/patch-1
Show description for f4882e6
ashwek
authored
f4882e6
View commit details
Copy full SHA for f4882e6
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Update BubbleSort.c
shivamagarwal1999
authored
28c59fc
View commit details
Copy full SHA for 28c59fc
View code at this point
Browse repository at this point
Added multikey quicksort
JianLoong
committed
ffebcd5
View commit details
Copy full SHA for ffebcd5
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
Create random_quick_sort.c
Sayam753
authored
7f350fd
View commit details
Copy full SHA for 7f350fd
View code at this point
Browse repository at this point
Commits on Aug 25, 2019
Change for loop in comb_sort.c
Show description for f14320d
StepfenShawn
authored
f14320d
View commit details
Copy full SHA for f14320d
View code at this point
Browse repository at this point
Commits on Aug 10, 2019
Change second for loop in gnome_sort.c, it's now C89-compatible
gbrunofranco
committed
4956146
View commit details
Copy full SHA for 4956146
View code at this point
Browse repository at this point
Change for loop in gnome_sort.c, it's now C89-compatible
gbrunofranco
committed
bbf8f1b
View commit details
Copy full SHA for bbf8f1b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.