Leetcode Problems in Javascript
1 Two Sum
100 Same Tree
101 Symmetric Tree
102 Binary Tree Level Order Traversal
103 Binary Tree Zigzag Level Order Traversal
104 Maximum Depth of Binary Tree
105 Construct Binary Tree from Preorder and Inorder Traversal
106 Construct Binary Tree from Inorder and Postorder Traversal
107 Binary Tree Level Order Traversal II
108 Convert Sorted Array to Binary Search Tree
11 Container With Most Water
110 Balanced Binary Tree
111 Minimum Depth of Binary Tree
112 Path Sum
114 Flatten Binary Tree to Linked List
116 Populating Next Right Pointers in Each Node
118 Pascal's Triangle
119 Pascal's Triangle II
12 Integer to Roman
120 Triangle
121 Best Time to Buy and Sell Stock
122 Best Time to Buy and Sell Stock II
127 Word Ladder
129 Sum Root to Leaf Numbers
13 Roman to Integer
131 Palindrome Partitioning
133 Clone Graph
136 Single Number
137 Single Number II
139 Word Break
14 Longest Common Prefix
141 Linked List Cycle
144 Binary Tree Preorder Traversal My Submissions Question
148 Sort List
15 3Sum
150 Evaluate Reverse Polish Notation
151 Reverse Words in a String
152 Maximum Product Subarray
153 Find Minimum in Rotated Sorted Array
155 Min Stack
16 3Sum Closest
160 Intersection Of Two Linked Lists
162 Find Peak Element
165 Compare Version Numbers
166 Fraction to Recurring Decimal
168 Excel Sheet Column Title
169 Majority Element
17 Letter Combinations of a Phone Number
171 Excel Sheet Column Number
172 Factorial Trailing Zeroes
173 Binary Search Tree Iterator
179 Largest Number
189 Rotate Array
19 Remove Nth Node From End of List
190 Reverse Bits
191 Number of 1 Bits
198 House Robber
199 Binary Tree Right Side View
2 Add Two Numbers
20 Valid Parentheses
200 Number of Islands
201 Bitwise AND of Numbers Range
202 Happy Number
203 Remove Linked List Elements
204 Count Primes
205 Isomorphic Strings
206 Reverse Linked List
207 Course Schedule
208 Implement Trie (Prefix Tree)
209 Minimum Size Subarray Sum
21 Merge Two Sorted Lists
211 Add and Search Word - Data structure design
215 Kth Largest Element in an Array
217 Contain Duplicate
219 Contains Duplicate II
22 Generate Parentheses
220 Contains Duplicate III
223 Rectangle Area
225 Implement Stack Using Queues
226 Invert Binary Tree
228 Summary Ranges
229 Majority Element II
231 Power of Two
232 Implement Queue using Stacks
233 Number of Digit One
234 Palindrome Linked List
235 Lowest Common Ancestor Of a Binary Search Tree
237 Delete Node in a Linked List
24 Swap nodes in Pairs
240 Search a 2D Matrix II
241 Different Ways to Add Parentheses
242 Valid Anagram
26 Remove Duplicates from Sorted Array
268 Missing Number
27 Remove Element
279. Perfect Squares
28 Implement strStr()
289. Game of Life
297 Serialize and Deserialize Binary Tree My Submissions Question
3 Longest Substring Without Repeating Characters
300 Longest Increasing Subsequence
31 Next Permutation
318 Maximum Product of Word Lengths My Submissions Question
322 Coin Change
335 Self Crossing
34 Search for a Range
35 Search Insert Position
36 Valid Sudoku
37 Sudoku Solver
38 Count and Say
39 Combination Sum
4. Median of Two Sorted Arrays
40 combination Sum II
43 Multiply Strings
46 Permutations
48 Rotate Image
49 Anagrams
49 Group Anagrams
5 Longest Palindromic Substring
50 Pow(x, n)
51 N-Queens
53 Maximum Subarray
54 Spiral Matrix
55 Jump Game
58 Length of Last Word
59 Spiral Matrix II
61 Rotate List
62 Unique Paths
63 Unique Paths II
64 Minimum Path Sum
66 Plus One
67 Add Binary
70 Climbing Stairs
71 Simplify Path
72 Edit Distance
74 Search a 2D Matrix
75 Sort Colors
77 Combinations
8 String to Integer (atoi)
80 Remove Duplicates from Sorted Array II
81 Search in Rotated Sorted Array II
82 Remove Duplicates from Sorted List II
83 Remove Duplicates from Sorted List
86 Partition List
88 Merge Sorted Array
9 Palindrome Number
90 Subsets II
91 Decode Ways
92 Reverse Linked List II
93 Restore IP Addresses
94 Binary Tree Inorder Traversal
98 Validate Binary Search Tree