competitive programing questions on different topics

titles

  • sorting
  • stack
  • queue
  • monotonic stack
  • monotonic queue
  • recursion
  • two pointers
  • heaps
  • binary search
  • dfs

big O Notations

O(1)-> O(log n)-> O(n) -> O(n log n) -> O(n^2) -> O(2^n) -> O(n!)