Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 539 Bytes

Software-University-Logo-blue-horizontal

  • Recursion
  • Backtracking
  • Recursion vs Iteration
  • Searching
  • Sorting Algorithms
  • Graph ADS
  • Traversal algorithms - BFS and DFS
  • Connected components
  • Topological sort
  • Minimum spanning tree (Prim, Kruskal)
  • Shortest path (Unweighted graph, Dijkstra, Bellman-Ford)
  • Dynamic Programming
  • Fibonacci
  • Move Down/Right
  • Longest common subsequence
  • Longest increasing subsequence