mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #345] [CLOSED] Add Stooge Sort #685
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/345
Author: @erx-manaois
Created: 10/5/2019
Status: ❌ Closed
Base:
master← Head:add-stooge-sort📝 Commits (10+)
e8da4c7Added solution to leetcode problem 190 in C5a6ed8eAdded Solution to leetcode Problem 1911f88545Added solution to Leetcode Problem 461d2ad4b0Revert "Added Solution to leetcode Problem 191"08f62bfCommented code to explain algorithms in 190 and 191972d4faMerge pull request #327 from SaurusXI/masteraaa2546Added commented solution to problem 461d9b9bbdleetcode: Address readability of a few cases, and fix 28326ff845Merge pull request #336 from SaurusXI/masterc6f1264Merge pull request #337 from CertifiedBlyndGuy/master📊 Changes
16 files changed (+166 additions, -40 deletions)
View changed files
📝
README.md(+1 -0)📝
leetcode/README.md(+3 -0)📝
leetcode/src/1189.c(+8 -8)➕
leetcode/src/190.c(+13 -0)➕
leetcode/src/191.c(+10 -0)📝
leetcode/src/283.c(+6 -4)➕
leetcode/src/461.c(+12 -0)📝
leetcode/src/617.c(+1 -1)📝
leetcode/src/700.c(+5 -3)📝
leetcode/src/704.c(+4 -3)📝
leetcode/src/771.c(+9 -9)📝
leetcode/src/82.c(+5 -3)📝
leetcode/src/905.c(+2 -2)📝
leetcode/src/938.c(+4 -4)📝
leetcode/src/977.c(+4 -3)➕
sorting/StoogeSort.c(+79 -0)📄 Description
Revised Readme.md to include stooge sort on the list
Added sorting/StoogeSort.c
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.