mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 05:45:07 +00:00
[PR #159] [CLOSED] Added base64 and Programmer humor sort functions #399
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/159
Author: @deadPix3l
Created: 10/3/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
e56da7cAdded new comedic functions. Probably dont run them.6c3a40ffixed compilation errors0aabfeewrote base64 algorithms📊 Changes
5 files changed (+195 additions, -0 deletions)
View changed files
➕
Conversions/base64.c(+104 -0)➕
Sorts/jokes/FastBogoSort.c(+35 -0)➕
Sorts/jokes/MiracleSort.c(+32 -0)➕
Sorts/jokes/README.md(+3 -0)➕
Sorts/jokes/intelligentDesignSort.c(+21 -0)📄 Description
#37 hacktoberfest
added some abysmal sorting functions. I don't recommend ever using them, but they are good fun.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.