https://github.com/kaldoran/sierpinski
Sierpinski image creation
https://github.com/kaldoran/sierpinski
Last synced: about 2 months ago
JSON representation
Sierpinski image creation
- Host: GitHub
- URL: https://github.com/kaldoran/sierpinski
- Owner: kaldoran
- License: gpl-3.0
- Created: 2017-11-05T12:36:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T00:57:22.000Z (over 7 years ago)
- Last Synced: 2025-02-01T10:13:10.954Z (4 months ago)
- Language: C
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)