@@ -133,6 +133,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
133133- [ 108 Convert Sorted Array to Binary Search Tree] ( https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/description/ )
134134- [ 112 Path Sum] ( https://leetcode.com/problems/path-sum/description/ )
135135- [ 114 Flatten Binary Tree to Linked List] ( https://leetcode.com/problems/flatten-binary-tree-to-linked-list/description/ )
136+ - [ 115 Distinct Subsequences] ( https://leetcode.com/problems/distinct-subsequences/description/ )
136137- [ 117 Populating Next Right Pointers in Each Node II] ( https://leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/description/ )
137138- [ 118 Pascals Triangle] ( https://leetcode.com/problems/pascals-triangle/description/ )
138139- [ 120 Triangle] ( https://leetcode.com/problems/triangle/description/ )
@@ -194,6 +195,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
194195- [ 238 Product of Array Except Self] ( https://leetcode.com/problems/product-of-array-except-self/description/ )
195196- [ 242 Valid Anagram] ( https://leetcode.com/problems/valid-anagram/description/ )
196197- [ 274 H-Index] ( https://leetcode.com/problems/h-index/description/ )
198+ - [ 279 Perfect Squares] ( https://leetcode.com/problems/perfect-squares/description/ )
197199- [ 289 Game of Life] ( https://leetcode.com/problems/game-of-life/description/ )
198200- [ 290 Word Pattern] ( https://leetcode.com/problems/word-pattern/description/ )
199201- [ 295 Find Median from Data Stream] ( https://leetcode.com/problems/find-median-from-data-stream/description/ )
@@ -209,14 +211,21 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
209211- [ 452 Minimum Number of Arrows to Burst Balloons] ( https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/description/ )
210212- [ 502 IPO] ( https://leetcode.com/problems/ipo/description/ )
211213- [ 509 Fibonacci Number] ( https://leetcode.com/problems/fibonacci-number/description/ )
214+ - [ 516 Longest Palindromic Subsequence] ( https://leetcode.com/problems/longest-palindromic-subsequence/description/ )
215+ - [ 518 Coin Change II] ( https://leetcode.com/problems/coin-change-ii/description/ )
212216- [ 530 Minimum Absolute Difference in BST] ( https://leetcode.com/problems/minimum-absolute-difference-in-bst/description/ )
213217- [ 637 Average of Levels in Binary Tree] ( https://leetcode.com/problems/average-of-levels-in-binary-tree/description/ )
218+ - [ 673 Number of Longest Increasing Subsequence] ( https://leetcode.com/problems/number-of-longest-increasing-subsequence/description/ )
219+ - [ 712 Minimum ASCII Delete Sum for Two Strings] ( https://leetcode.com/problems/minimum-ascii-delete-sum-for-two-strings/description/ )
214220- [ 740 Delete and Earn] ( https://leetcode.com/problems/delete-and-earn/description/ )
215221- [ 746 Min Cost Climbing Stairs] ( https://leetcode.com/problems/min-cost-climbing-stairs/description/ )
216222- [ 909 Snakes and Ladders] ( https://leetcode.com/problems/snakes-and-ladders/description/ )
217223- [ 918 Maximum Sum Circular Subarray] ( https://leetcode.com/problems/maximum-sum-circular-subarray/description/ )
218224- [ 931 Minimum Falling Path Sum] ( https://leetcode.com/problems/minimum-falling-path-sum/description/ )
219225- [ 1137 N-th Tribonacci Number] ( https://leetcode.com/problems/n-th-tribonacci-number/description/ )
226+ - [ 1143 Longest Common Subsequence] ( https://leetcode.com/problems/longest-common-subsequence/description/ )
227+ - [ 1534 Count Good Triplets] ( https://leetcode.com/problems/count-good-triplets/description )
228+ - [ 1922 Count Good Numbers] ( https://leetcode.com/problems/count-good-numbers/description/ )
220229
221230## Development 🔧
222231
0 commit comments