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

https://github.com/kaldoran/sierpinski

Sierpinski image creation
https://github.com/kaldoran/sierpinski

Last synced: about 2 months ago
JSON representation

Sierpinski image creation

Awesome Lists containing this project

README

        

Funny contest versus [Gwillald](https://github.com/Gwillald) where we need to implement [Sierpinsky Carpet](https://en.wikipedia.org/wiki/Sierpinski_carpet), in order to know which is the fastest between Rust and C.

Condition :

- No library : Only standard library allowed.
- Iterative or recursive method, both allowed.

See his version [HERE](https://github.com/Gwillald/sierpinski)