Skip to content

Commit 84d928d

Browse files
committed
Update README - Topic Tags
1 parent 37caee7 commit 84d928d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
149149
| [3396-valid-word](https://github.com/nikhil-goel11/leetcode/tree/master/3396-valid-word) |
150150
| [3617-find-the-original-typed-string-i](https://github.com/nikhil-goel11/leetcode/tree/master/3617-find-the-original-typed-string-i) |
151151
| [3618-find-the-original-typed-string-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3618-find-the-original-typed-string-ii) |
152+
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/nikhil-goel11/leetcode/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
152153
| [3797-design-spreadsheet](https://github.com/nikhil-goel11/leetcode/tree/master/3797-design-spreadsheet) |
153154
| [3872-find-most-frequent-vowel-and-consonant](https://github.com/nikhil-goel11/leetcode/tree/master/3872-find-most-frequent-vowel-and-consonant) |
154155
## Dynamic Programming
@@ -690,6 +691,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
690691
| [3600-find-the-k-th-character-in-string-game-i](https://github.com/nikhil-goel11/leetcode/tree/master/3600-find-the-k-th-character-in-string-game-i) |
691692
| [3601-find-the-k-th-character-in-string-game-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3601-find-the-k-th-character-in-string-game-ii) |
692693
| [3744-minimum-operations-to-make-array-elements-zero](https://github.com/nikhil-goel11/leetcode/tree/master/3744-minimum-operations-to-make-array-elements-zero) |
694+
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/nikhil-goel11/leetcode/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
693695
| [3830-find-closest-person](https://github.com/nikhil-goel11/leetcode/tree/master/3830-find-closest-person) |
694696
| [3851-find-sum-of-array-product-of-magical-sequences](https://github.com/nikhil-goel11/leetcode/tree/master/3851-find-sum-of-array-product-of-magical-sequences) |
695697
## Union Find
@@ -736,6 +738,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
736738
| ------- |
737739
| [0062-unique-paths](https://github.com/nikhil-goel11/leetcode/tree/master/0062-unique-paths) |
738740
| [2324-find-triangular-sum-of-an-array](https://github.com/nikhil-goel11/leetcode/tree/master/2324-find-triangular-sum-of-an-array) |
741+
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/nikhil-goel11/leetcode/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
739742
| [3851-find-sum-of-array-product-of-magical-sequences](https://github.com/nikhil-goel11/leetcode/tree/master/3851-find-sum-of-array-product-of-magical-sequences) |
740743
## Greedy
741744
| |
@@ -881,6 +884,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
881884
| [2408-number-of-people-aware-of-a-secret](https://github.com/nikhil-goel11/leetcode/tree/master/2408-number-of-people-aware-of-a-secret) |
882885
| [3336-water-bottles-ii](https://github.com/nikhil-goel11/leetcode/tree/master/3336-water-bottles-ii) |
883886
| [3600-find-the-k-th-character-in-string-game-i](https://github.com/nikhil-goel11/leetcode/tree/master/3600-find-the-k-th-character-in-string-game-i) |
887+
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/nikhil-goel11/leetcode/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
884888
## Stack
885889
| |
886890
| ------- |
@@ -971,6 +975,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
971975
| ------- |
972976
| [0204-count-primes](https://github.com/nikhil-goel11/leetcode/tree/master/0204-count-primes) |
973977
| [2307-replace-non-coprime-numbers-in-array](https://github.com/nikhil-goel11/leetcode/tree/master/2307-replace-non-coprime-numbers-in-array) |
978+
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/nikhil-goel11/leetcode/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
974979
## Rolling Hash
975980
| |
976981
| ------- |

0 commit comments

Comments
 (0)