From e8b93659c8e225f71b21c0a215eb56385c4d62d3 Mon Sep 17 00:00:00 2001 From: Daniel <59575049+lemoentjiez@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:06:02 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ccfa405..52c8817 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ ## Laboratory nr.2 (Discrete Math) - - [Random Vulnerability WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/vulnerability.py) - - [RSA WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/rsa.py) - - [Check Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/check.py) - - [Palindrome WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/palindrome.py) - - [Cracking the Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/crack.py) - - [BONUS: Mastermind WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/mastermind.py) + - [Random Vulnerability WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/vulnerability.py) + - [RSA WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/rsa.py) + - [Check Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/check.py) + - [Palindrome WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/palindrome.py) + - [Cracking the Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/crack.py) + - [BONUS: Mastermind WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/mastermind.py) ## Laboratory nr.2 (Probability/Statistics) @@ -42,11 +42,11 @@ ## Laboratory nr.3 (Discrete Math) - - [Courses WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/courses.py) - - [Cheapest Flights WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/flights.py) - - [Matrix WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/matrix.py) - - [Network](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/network.py) - - [BONUS - Network WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/bonusnetwork.py) + - [Courses WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/courses.py) + - [Cheapest Flights WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/flights.py) + - [Matrix WIP](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 WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_3/bonusnetwork.py) ## Laboratory nr.3 (Probability/Statistics)