Update README.md

This commit is contained in:
Daniel
2022-11-09 11:09:03 +02:00
committed by GitHub
parent 37afee4142
commit dff1e1bee4

View File

@@ -3,8 +3,8 @@
## Laboratory nr.1 (Discrete Math)
- [Powerset Calculator](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/powerset.py)
- [XNOR Calculator](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/xnor.py)
- [Longest Substring Finder]((https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/longest_substring.py))
- [Truth Table Solver]((https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/truth_table.py))
- [Longest Substring Finder](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/longest_substring.py)
- [Truth Table Solver](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/truth_table.py)
- [Sierpinski Triangle Drawer](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/sierpinski.py)
- [BONUS: Game of Life](https://github.com/lemoentjiez/Labs/blob/main/LabMD_1/game_of_life.py)