a beautifully simple, but efficient Sierpienski triangle generator using the Pascal triangle
| .gitignore | Initial commit | |
| LICENSE | misc: add gpl-v3.0 license | |
| Makefile | fix: added actual program files | |
| pascal_triangle.hpp | docs: pascal_triangle is only odd-even | |
| README.md | docs: correct lib path | |
| sierpinski.cpp | fix: added actual program files | |
| sierpinski_img.cpp | fix: added actual program files | |
sierpins-cli
a beautifully simple, but efficient Sierpienski triangle generator using the Pascal triangle
Usage
bin
cat Makefile
# if you're happy with it:
make
./sierpinski [NUM_OF_LINES]
lib
see the lib itself and the cli program using it