Data Structures and Algorithms

Linked List Problems

  1. Basic Operations
  2. Find the middle of the linked list
  3. Reverse the linked list
  4. Many more….

Blind75

  1. Two Sum
  2. More problems coming soon….

Binary Tree

  1. Inorder Traversal (Recursive)
  2. Inorder Traversal (Iterative)
  3. Max depth of a binary tree
  4. More problems coming soon…

String

  1. Longest Repeating Character Replacement
  2. Longest Substring Without Repeating Characters
  3. Reverse String
  4. More problems coming soon…

Arrays

  1. Product Except Self
  2. More probelms coming soon…