Skip to content

Commit 026ae32

Browse files
committed
Update README - Topic Tags
1 parent fb1e945 commit 026ae32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
1717
| ------- |
1818
| [0005-longest-palindromic-substring](https://github.com/shinecoding/leetcode/tree/master/0005-longest-palindromic-substring) |
1919
| [0152-maximum-product-subarray](https://github.com/shinecoding/leetcode/tree/master/0152-maximum-product-subarray) |
20+
| [0300-longest-increasing-subsequence](https://github.com/shinecoding/leetcode/tree/master/0300-longest-increasing-subsequence) |
2021
| [0322-coin-change](https://github.com/shinecoding/leetcode/tree/master/0322-coin-change) |
2122
## Array
2223
| |
2324
| ------- |
2425
| [0046-permutations](https://github.com/shinecoding/leetcode/tree/master/0046-permutations) |
2526
| [0152-maximum-product-subarray](https://github.com/shinecoding/leetcode/tree/master/0152-maximum-product-subarray) |
27+
| [0300-longest-increasing-subsequence](https://github.com/shinecoding/leetcode/tree/master/0300-longest-increasing-subsequence) |
2628
| [0322-coin-change](https://github.com/shinecoding/leetcode/tree/master/0322-coin-change) |
2729
## Backtracking
2830
| |
@@ -40,4 +42,8 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
4042
| |
4143
| ------- |
4244
| [0322-coin-change](https://github.com/shinecoding/leetcode/tree/master/0322-coin-change) |
45+
## Binary Search
46+
| |
47+
| ------- |
48+
| [0300-longest-increasing-subsequence](https://github.com/shinecoding/leetcode/tree/master/0300-longest-increasing-subsequence) |
4349
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)