1
0
Fork
You've already forked sierpins-cli
0
a beautifully simple, but efficient Sierpienski triangle generator using the Pascal triangle
C++ 97.3%
Makefile 2.7%
2025年09月10日 11:59:38 +02:00
.gitignore Initial commit 2025年03月17日 15:03:17 +00:00
LICENSE misc: add gpl-v3.0 license 2025年03月17日 16:08:03 +01:00
Makefile fix: added actual program files 2025年03月17日 16:16:34 +01:00
pascal_triangle.hpp docs: pascal_triangle is only odd-even 2025年09月10日 11:56:54 +02:00
README.md docs: correct lib path 2025年03月17日 16:19:47 +01:00
sierpinski.cpp fix: added actual program files 2025年03月17日 16:16:34 +01:00
sierpinski_img.cpp fix: added actual program files 2025年03月17日 16:16:34 +01:00

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