LeetCode and DataStructure

The fundamental of the coding questions are related with DataStructure and Algorithms
  • Arrays
  • Binary Search Tree
  • Binary Tree
  • Dynamic Programming
  • Famous Algorithm: Kadane, Dijkstra, Topological Sort, KMP, A*
  • Graph
  • Greedy Algorithm
  • Heaps
  • LinkedList
  • Recursion
  • Searching
  • Sorting
  • Stack
  • Strings
  • Tries

  • Day 1: LeetCode