Update README.md

This commit is contained in:
Daniel
2022-11-09 11:11:59 +02:00
committed by GitHub
parent dff1e1bee4
commit 60221196b9

View File

@@ -10,9 +10,9 @@
## Laboratory nr.1 (Probability/Statistics) ## Laboratory nr.1 (Probability/Statistics)
- Coin Game Simulation - [Coin Game Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/betting.py)
- Revolver Simulation - [Revolver Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/revolver.py)
- Tennis Simulation - [Tennis Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/tennis.py)
- Roulette Simulation - [Roulette Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/roulette.py)
- Birthday Attack Collision Finder - [Birthday Attack Collision Finder](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/birthday_attack.py)
- BONUS: Area of Shape (Monte Carlo Principle) - [BONUS: Area of Shape (Monte Carlo Principle)](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/bonus_psa.py)