From dff1e1bee4b84e9962c52ed608277ce71db58208 Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lemoentjiez@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:09:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4feb30e..2964219 100644 --- a/README.md +++ b/README.md @@ -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)