Home
Paths
Problems
Leaderboard
Roadmap
Blind 75
Contents
Array
10 items
Two Sum
Best Time to Buy and Sell Stock
Contains Duplicate
Product of Array Except Self
Maximum Subarray
Maximum Product Subarray
Find Minimum in Rotated Sorted Array
Search in Rotated Sorted Array
3 Sum
Container With Most Water
Binary
5 items
Find sum of two digit number
Number of 1 Bits
Counting Bits
Missing number
Reverse Bits
Dynamic Programming
11 items
Climbing Stairs
Coin Change
Longest Increasing Subsequence
Longest Common Subsequence
Word Break
Combination Sum
House Robber
House Robber II
Decode Ways
Unique Paths
Jump Game
Graph
8 items
Clone Graph
Course Schedule
Pacific Atlantic Water Flow
Number of Islands
Longest Consecutive Sequence
Alien Dictionary
Graph Valid Tree
Number of Connected Components in an Undirected Graph
Interval
5 items
Insert Interval
Merge Intervals
Non-overlapping Intervals
Meeting Rooms
Meeting Rooms II
Linked List
6 items
Reverse Linked List
Detecting Cycles in a List
Merge Two Sorted Lists
Merge k Sorted Lists
Remove Nth Node From End of List
Reorder List
Matrix
4 items
Set Matrix Zeroes
Spiral Matrix
Rotate Image
Word Search
String
10 items
Longest Substring Without Repeating Characters
Longest Repeating Character Replacement
Minimum Window Substring
Is Anagram
Group Anagrams
Valid Parentheses
Valid Palindrome
Longest Palindromic Substring
Palindromic Substrings
Encode Strings
Tree
14 items
Maximum Depth of Binary Tree
Same Tree
Invert 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 Binary Search Tree
Lowest Common Ancestor of a Binary Search Tree
Implement Trie Search
Search Word
Word Search 2
Heap
2 items
Top K Frequent Elements
Find Median from Data Stream
Progress: 0%
Algorithm problem
To do