Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 630 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 630 Bytes

Algorithms & Data structures - using JavaScript

My lab works of Algorithms classes as a student of System Engineering(Internet of Things) program in Lviv Polytechnic National University.


  1. Sort algorithms and their analysis
  2. Data structures and their functionality
  3. Solve Math Problem
  4. Graphs
  5. 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
  6. Solve Dynamic Programming Problem
  7. String search algorithms: Knuth–Morris–Pratt, Rabin–Karp, Boyer–Moore