My lab works of Algorithms classes as a student of Computer Science(Internet of Things) program in Lviv Polytechnic National University.
- Sort algorithms and their analysis
- Data structures and their functionality
- Solve Math Problem
- Graphs
- More Graphs: Prim's (also known as Jarník's algorithm) minimum spanning tree, Kruskal's effective minimum spanning tree, Tarjan's strongly connected components
- Solve Dynamic Programming Problem
- String search algorithms: Knuth–Morris–Pratt, Rabin–Karp, Boyer–Moore