1515 <img src="https://img.shields.io/badge/tests-passed-brightgreen">
1616 </a>
1717 <a>
18- <img src="https://img.shields.io/badge/coverage-97 %25-brightgreen">
18+ <img src="https://img.shields.io/badge/coverage-98 %25-brightgreen">
1919 </a>
2020 </h1>
2121</div >
@@ -70,6 +70,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
7070- [ 67 Add Binary] ( https://leetcode.com/problems/add-binary/description/ )
7171- [ 68 Text Justification] ( https://leetcode.com/problems/text-justification/description/ )
7272- [ 69 Sqrt(x)] ( https://leetcode.com/problems/sqrtx/description/ )
73+ - [ 70 Climbing Stairs] ( https://leetcode.com/problems/climbing-stairs/description/ )
7374- [ 71 Simplify Path] ( https://leetcode.com/problems/simplify-path/description/ )
7475- [ 73 Set Matrix Zeroes] ( https://leetcode.com/problems/set-matrix-zeroes/description/ )
7576- [ 74 Search a 2D Matrix] ( https://leetcode.com/problems/search-a-2d-matrix/description/ )
@@ -107,6 +108,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
107108- [ 136 Single Number] ( https://leetcode.com/problems/single-number/description/ )
108109- [ 137 Single Number II] ( https://leetcode.com/problems/single-number-ii/description/ )
109110- [ 138 Copy List with Random Pointer] ( https://leetcode.com/problems/copy-list-with-random-pointer/description/ )
111+ - [ 139 Word Break] ( https://leetcode.com/problems/word-break/description/ )
110112- [ 141 Linked List Cycle] ( https://leetcode.com/problems/linked-list-cycle/description/ )
111113- [ 146 LRU Cache] ( https://leetcode.com/problems/lru-cache/description/ )
112114- [ 148 Sort List] ( https://leetcode.com/problems/sort-list/description/ )
@@ -123,6 +125,7 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
123125- [ 189 Rotate Array] ( https://leetcode.com/problems/rotate-array/description/ )
124126- [ 190 Reverse Bits] ( https://leetcode.com/problems/reverse-bits/description/ )
125127- [ 191 Number of 1 Bits] ( https://leetcode.com/problems/number-of-1-bits/description/ )
128+ - [ 198 House Robber] ( https://leetcode.com/problems/house-robber/description/ )
126129- [ 199 Binary Tree Right Side View] ( https://leetcode.com/problems/binary-tree-right-side-view/description/ )
127130- [ 200 Number of Islands] ( https://leetcode.com/problems/number-of-islands/description/ )
128131- [ 201 Bitwise AND of Numbers Range] ( https://leetcode.com/problems/bitwise-and-of-numbers-range/description/ )
@@ -147,6 +150,8 @@ This repository contains awesome LeetCode problems and solutions written in Pyth
147150- [ 274 H-Index] ( https://leetcode.com/problems/h-index/description/ )
148151- [ 289 Game of Life] ( https://leetcode.com/problems/game-of-life/description/ )
149152- [ 290 Word Pattern] ( https://leetcode.com/problems/word-pattern/description/ )
153+ - [ 300 Longest Increasing Subsequence] ( https://leetcode.com/problems/longest-increasing-subsequence/description/ )
154+ - [ 322 Coin Change] ( https://leetcode.com/problems/coin-change/description/ )
150155- [ 380 Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/description/ )
151156- [ 383 Ransom Note] ( https://leetcode.com/problems/ransom-note/description/ )
152157- [ 392 Is Subsequence] ( https://leetcode.com/problems/is-subsequence/description/ )
0 commit comments