Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 654 Bytes

Big O

Solution for Big-O Blue course

Lecture 1: Dynamic array and string

Lecture 5: BFS

  • Breadth First Search: Shortest Reach (from: Hackerrank)
  • Validate The Maze (from: Spoj)

Lecture 6: DFS

Lecture 7: Heap

  • Monk and Multiplication (from Hackerearth)
  • Qheap 1 (from Hackerrank)

Lecture 8: Dijkstra

Lecture 9: Midterm

  • Printer Queue (from Uva)

Lecture 10: Bellman Ford

  • Wormholes (from Uva)