Skip to content

Commit c583d71

Browse files
committed
Update README - Topic Tags
1 parent 338bfdd commit c583d71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
1818
| [0560-subarray-sum-equals-k](https://github.com/fizaayesha/Leetcode-Problems/tree/master/0560-subarray-sum-equals-k) |
1919
| [1014-k-closest-points-to-origin](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1014-k-closest-points-to-origin) |
2020
| [1548-check-if-all-1s-are-at-least-length-k-places-away](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1548-check-if-all-1s-are-at-least-length-k-places-away) |
21+
| [1626-best-team-with-no-conflicts](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1626-best-team-with-no-conflicts) |
2122
| [2358-number-of-ways-to-split-array](https://github.com/fizaayesha/Leetcode-Problems/tree/master/2358-number-of-ways-to-split-array) |
2223
| [2588-maximum-number-of-points-from-grid-queries](https://github.com/fizaayesha/Leetcode-Problems/tree/master/2588-maximum-number-of-points-from-grid-queries) |
2324
## Backtracking
@@ -105,6 +106,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
105106
| |
106107
| ------- |
107108
| [1014-k-closest-points-to-origin](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1014-k-closest-points-to-origin) |
109+
| [1626-best-team-with-no-conflicts](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1626-best-team-with-no-conflicts) |
108110
| [2588-maximum-number-of-points-from-grid-queries](https://github.com/fizaayesha/Leetcode-Problems/tree/master/2588-maximum-number-of-points-from-grid-queries) |
109111
## Heap (Priority Queue)
110112
| |
@@ -148,6 +150,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
148150
| [0647-palindromic-substrings](https://github.com/fizaayesha/Leetcode-Problems/tree/master/0647-palindromic-substrings) |
149151
| [0803-cheapest-flights-within-k-stops](https://github.com/fizaayesha/Leetcode-Problems/tree/master/0803-cheapest-flights-within-k-stops) |
150152
| [1250-longest-common-subsequence](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1250-longest-common-subsequence) |
153+
| [1626-best-team-with-no-conflicts](https://github.com/fizaayesha/Leetcode-Problems/tree/master/1626-best-team-with-no-conflicts) |
151154
## Memoization
152155
| |
153156
| ------- |

0 commit comments

Comments
 (0)