@@ -145,6 +145,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
145145- [ 210 Course Schedule] ( https://leetcode.com/problems/course-schedule-ii/description/ )
146146- [ 211 Design Add and Search Words Data Structure] ( https://leetcode.com/problems/design-add-and-search-words-data-structure/description/ )
147147- [ 212 Word Search II] ( https://leetcode.com/problems/word-search-ii/description/ )
148+ - [ 215 Kth Largest Element in an Array] ( https://leetcode.com/problems/kth-largest-element-in-an-array/description/ )
148149- [ 219 Contains Duplicates II] ( https://leetcode.com/problems/contains-duplicate-ii/description/ )
149150- [ 221 Maximal Square] ( https://leetcode.com/problems/maximal-square/description/ )
150151- [ 222 Count Complete Tree Nodes] ( https://leetcode.com/problems/count-complete-tree-nodes/description/ )
@@ -159,15 +160,18 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
159160- [ 274 H-Index] ( https://leetcode.com/problems/h-index/description/ )
160161- [ 289 Game of Life] ( https://leetcode.com/problems/game-of-life/description/ )
161162- [ 290 Word Pattern] ( https://leetcode.com/problems/word-pattern/description/ )
163+ - [ 295 Find Median from Data Stream] ( https://leetcode.com/problems/find-median-from-data-stream/description/ )
162164- [ 300 Longest Increasing Subsequence] ( https://leetcode.com/problems/longest-increasing-subsequence/description/ )
163165- [ 322 Coin Change] ( https://leetcode.com/problems/coin-change/description/ )
166+ - [ 373 Find K Pairs with Smallest Sums] ( https://leetcode.com/problems/find-k-pairs-with-smallest-sums/description/ )
164167- [ 380 Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/description/ )
165168- [ 383 Ransom Note] ( https://leetcode.com/problems/ransom-note/description/ )
166169- [ 392 Is Subsequence] ( https://leetcode.com/problems/is-subsequence/description/ )
167170- [ 399 Evaluate Division] ( https://leetcode.com/problems/evaluate-division/description/ )
168171- [ 427 Construct Quad Tree] ( https://leetcode.com/problems/construct-quad-tree/description/ )
169172- [ 433 Minimum Genetic Mutation] ( https://leetcode.com/problems/minimum-genetic-mutation/description/ )
170173- [ 452 Minimum Number of Arrows to Burst Balloons] ( https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/description/ )
174+ - [ 502 IPO] ( https://leetcode.com/problems/ipo/description/ )
171175- [ 530 Minimum Absolute Difference in BST] ( https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/ )
172176- [ 637 Average of Levels in Binary Tree] ( https://leetcode.com/problems/average-of-levels-in-binary-tree/description/ )
173177- [ 909 Snakes and Ladders] ( https://leetcode.com/problems/snakes-and-ladders/description/ )
0 commit comments