https://github.com/citizen7751/things
Random smaller things I wanted to make.
https://github.com/citizen7751/things
bogosort c cpp fizzbuzz
Last synced: about 2 months ago
JSON representation
Random smaller things I wanted to make.
- Host: GitHub
- URL: https://github.com/citizen7751/things
- Owner: Citizen7751
- License: mit
- Created: 2024-05-10T17:28:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T18:29:42.000Z (over 1 year ago)
- Last Synced: 2025-01-21T16:19:36.325Z (over 1 year ago)
- Topics: bogosort, c, cpp, fizzbuzz
- Language: C
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Contents
**Bogosort - C**
The famous joke sorting algorithm that just randomizes the list until it's sorted.
---
**Scallable Fizzbuzz - C**
Has configurations for:
- number-word-units - like 3 and "Fizz"
- Upper and lower boundries
- The pace, and with that, also the direction
---
All programs are under the MIT License.