57 lines
3.7 KiB
Markdown
57 lines
3.7 KiB
Markdown
# Laboratories for Probability/Statistics and Discrete Math
|
|
|
|
## 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)
|
|
- [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)
|
|
|
|
|
|
## Laboratory nr.1 (Probability/Statistics)
|
|
- [Coin Game Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/betting.py)
|
|
- [Revolver Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/revolver.py)
|
|
- [Tennis Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/tennis.py)
|
|
- [Roulette Simulation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/roulette.py)
|
|
- [Birthday Attack Collision Finder](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/birthday_attack.py)
|
|
- [BONUS: Area of Shape (Monte Carlo Principle)](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/bonus_psa.py)
|
|
|
|
|
|
## Laboratory nr.2 (Discrete Math)
|
|
- [Random Vulnerability WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/vulnerability.py)
|
|
- [RSA WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/rsa.py)
|
|
- [Check Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/check.py)
|
|
- [Palindrome WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/palindrome.py)
|
|
- [Cracking the Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/crack.py)
|
|
- [BONUS: Mastermind WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/mastermind.py)
|
|
|
|
|
|
## Laboratory nr.2 (Probability/Statistics)
|
|
- [Interesting Observation WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/observation.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/second.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/third.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/fourth.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/fifth.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/sixth.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/seventh.py)
|
|
- [Densities WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/eighth.py)
|
|
- [Random Variables WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/variables.py)
|
|
- [Important Distributions WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/distributions.py)
|
|
|
|
|
|
|
|
## Laboratory nr.3 (Discrete Math)
|
|
- [Courses WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/courses.py)
|
|
- [Cheapest Flights WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/flights.py)
|
|
- [Matrix WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/matrix.py)
|
|
- [Network](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/network.py)
|
|
- [BONUS - Network WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/bonusnetwork.py)
|
|
|
|
|
|
## Laboratory nr.3 (Probability/Statistics)
|
|
- [Important Distributions WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/distrib.py)
|
|
- [Continuous Conditional probability WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/continuous.py)
|
|
- [Counting WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/counting.py)
|
|
- [Networking WIP](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_1/networking.py)
|