From de93bdd08ecdc152acfa05feaad7ee6588cc04af Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lemoentjiez@users.noreply.github.com> Date: Sat, 7 Jan 2023 19:44:52 +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 c8c9ca2..0924ba7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - [Random Vulnerability ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/vulnerability.py) - [RSA ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/rsa.py) - [Check Password ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/check.py) - - [Palindrome ❌](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/palindrome.py) + - [Palindrome ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/palindrome.py) - [Cracking the Password ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/crack.py) - [BONUS: Mastermind ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/mastermind.py) @@ -43,7 +43,7 @@ ## Laboratory nr.3 (Discrete Math) - [Courses ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/courses.py) - - [Cheapest Flights ❌](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/flights.py) + - [Cheapest Flights ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/flights.py) - [Matrix ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/matrix.py) - [Network ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/network.py) - [BONUS - Network ✔️](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/networkbonus.py)