ABCDEFGHIJKLMNOPQRSTUVWXY
1
SnoTitleStrategey
2
Array
3
1Two Sum
4
2Best Time to Buy and Sell Stock
5
3Contains Duplicate
6
4Product of Array Except Self
7
5Maximum Subarray
8
6Maximum Product Subarray
9
7Find Minimum in Rotated Sorted Array
10
8Search in Rotated Sorted Array
11
93 Sum
12
10Container With Most Water
13
14
Binary
15
11Sum of Two Integers
16
12Number of 1 Bits
17
13Counting Bits
18
14Missing Number
19
15Reverse Bits
20
21
Dynamic Programming
22
16Climbing Stairs
23
17Coin Change
24
18Longest Increasing Subsequence
25
19Longest Common Subsequence
26
20Word Break Problem
27
21Combination Sum
28
22House Robber
29
23House Robber II
30
24Decode Ways
31
25Unique Paths
32
26Jump Game
33
34
Graph
35
27Clone Graph
36
28Course Schedule
37
29Pacific Atlantic Water Flow
38
30Number of Islands
39
31Longest Consecutive Sequence
40
32Alien Dictionary (Leetcode Premium)
41
33Graph Valid Tree (Leetcode Premium)
42
34
Number of Connected Components in an Undirected Graph (Leetcode Premium)
43
44
Interval
45
35Insert Interval
46
36Merge Intervals
47
37Non-overlapping Intervals
48
38Meeting Rooms (Leetcode Premium)
49
39Meeting Rooms II (Leetcode Premium)
50
51
Linked List
52
40Reverse a Linked List
53
41Detect Cycle in a Linked List
54
42Merge Two Sorted Lists
55
43Merge K Sorted Lists
56
44Remove Nth Node From End Of List
57
45Reorder List
58
59
Matrix
60
46Set Matrix Zeroes
61
47Spiral Matrix
62
48Rotate Image
63
49Word Search
64
65
String
66
50Longest Substring Without Repeating Characters
67
51Longest Repeating Character Replacement
68
52Minimum Window Substring
69
53Valid Anagram
70
54Group Anagrams
71
55Valid Parentheses
72
56Valid Palindrome
73
57Longest Palindromic Substring
74
58Palindromic Substrings
75
59
Encode and Decode Strings (Leetcode Premium)
76
77
Tree
78
60Maximum Depth of Binary Tree
79
61Same Tree
80
62Invert/Flip Binary Tree
81
63Binary Tree Maximum Path Sum
82
64Binary Tree Level Order Traversal
83
65Serialize and Deserialize Binary Tree
84
66Subtree of Another Tree
85
67
Construct Binary Tree from Preorder and Inorder Traversal
86
68Validate Binary Search Tree
87
69Kth Smallest Element in a BST
88
70Lowest Common Ancestor of BST
89
71Implement Trie (Prefix Tree)
90
72Add and Search Word
91
73Word Search II
92
93
Heap
94
74Merge K Sorted Lists
95
75Top K Frequent Elements
96
76Find Median from Data Stream
97
98
99
100