57 lines
3.6 KiB
Markdown
57 lines
3.6 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](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)
|
|
- [Cracking the Password WIP](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/crack.py)
|
|
- [BONUS: Mastermind](https://github.com/lemoentjiez/Labs/blob/main/LabMD_2/mastermind.py)
|
|
|
|
|
|
## Laboratory nr.2 (Probability/Statistics)
|
|
- [Interesting Observation](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/observation.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/second.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/third.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/fourth.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/fifth.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/sixth.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/seventh.py)
|
|
- [Densities](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/eighth.py)
|
|
- [Random Variables](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/variables.py)
|
|
- [Important Distributions](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_2/distribution.py)
|
|
|
|
|
|
|
|
## Laboratory nr.3 (Discrete Math)
|
|
- [Courses](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](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)
|
|
|
|
|
|
## Laboratory nr.3 (Probability/Statistics)
|
|
- [Important Distributions](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/distrib.py)
|
|
- [Continuous Conditional probability](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/continuous.py)
|
|
- [Counting](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/counting.py)
|
|
- [Networking](https://github.com/lemoentjiez/Labs/blob/main/LabPSA_3/networking.py)
|