The objective of this project is to create programs for learning the Python programming language, as well as the use of libraries to improve the performance of algorithms.
Sorted List Search Selection Sort Pattern Matching Minimax Algorithm Challenges Documentation
- code
- Linear search algorithm.
- Binary search algorithm.
- Interpolation search algorithm.
- code
- Selection sort algorithm.
- code
- Pattern matching (PEP 634: Structural Pattern Matching).
- code
- Minimax algorithm.
- Folder with challenge codes solved by me