Skip to content

Latest commit

 

History

History
88 lines (87 loc) · 4.52 KB

README.md

File metadata and controls

88 lines (87 loc) · 4.52 KB

leetcode-blind-75-questions

Solutions for the Blind 75 Must Do Leetcode questions.

Array (10/10)

Binary (1/5)

Dynamic Programming (3/11)

Graph (0/8)

  • Clone Graph
  • Course Schedule
  • Pacific Atlantic Water Flow
  • Number of Islands
  • Longest Consecutive Sequence
  • Alien Dictionary (Leetcode Premium)
  • Graph Valid Tree (Leetcode Premium)
  • Number of Connected Components in an Undirected Graph (Leetcode Premium)

Interval (2/5)

Linked List (0/6)

  • Reverse a Linked List
  • Detect Cycle in a Linked List
  • Merge Two Sorted Lists
  • Merge K Sorted Lists
  • Remove Nth Node From End Of List
  • Reorder List

Matrix (1/4)

String (6/10)

Tree (0/14)

  • Maximum Depth of Binary Tree
  • Same Tree
  • Invert/Flip Binary Tree
  • Binary Tree Maximum Path Sum
  • Binary Tree Level Order Traversal
  • Serialize and Deserialize Binary Tree
  • Subtree of Another Tree
  • Construct Binary Tree from Preorder and Inorder Traversal
  • Validate Binary Search Tree
  • Kth Smallest Element in a BST
  • Lowest Common Ancestor of BST
  • Implement Trie (Prefix Tree)
  • Add and Search Word
  • Word Search II

Heap (0/3)

  • Top K Frequent Elements
  • Find Median from Data Stream