[PR #159] [CLOSED] Added base64 and Programmer humor sort functions #399

Open
opened 2026-01-29 15:12:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/159
Author: @deadPix3l
Created: 10/3/2018
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • e56da7c Added new comedic functions. Probably dont run them.
  • 6c3a40f fixed compilation errors
  • 0aabfee wrote 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.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/159 **Author:** [@deadPix3l](https://github.com/deadPix3l) **Created:** 10/3/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`e56da7c`](https://github.com/TheAlgorithms/C/commit/e56da7cd25933a187fecfe6339b46a6a26c2d61c) Added new comedic functions. Probably dont run them. - [`6c3a40f`](https://github.com/TheAlgorithms/C/commit/6c3a40f83a6ea3565047432e0b805aebdf6c0076) fixed compilation errors - [`0aabfee`](https://github.com/TheAlgorithms/C/commit/0aabfee3037f70425c7e9dce2fa9e12d7897b107) wrote base64 algorithms ### 📊 Changes **5 files changed** (+195 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description #37 hacktoberfest added some abysmal sorting functions. I don't recommend ever using them, but they are good fun. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:12:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#399