An open API service indexing awesome lists of open source software.

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.

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.