mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
[PR #149] [MERGED] Added Stooge Sort and Radix Sort in sorting algorithms #383
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/149
Author: @Aruj-Sharma
Created: 10/2/2018
Status: ✅ Merged
Merged: 10/30/2019
Merged by: @ashwek
Base:
master← Head:master📝 Commits (7)
2d75886Create StoogeSort.cab03443Update README.md234f680Create RadixSort.c6639516Update README.md5e9189bRename Sorts/StoogeSort.c to sorting/StoogeSort.cf8a5c14Rename Sorts/RadixSort.c to sorting/radix_sort.cc385a79Merge branch 'master' into master📊 Changes
3 files changed (+113 additions, -0 deletions)
View changed files
📝
README.md(+2 -0)➕
sorting/StoogeSort.c(+37 -0)➕
sorting/radix_sort.c(+74 -0)📄 Description
Added stooge sort and updated readme.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.