@@ -61,6 +61,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
6161| [ 0721-accounts-merge] ( https://github.com/nikhil-goel11/leetcode/tree/master/0721-accounts-merge ) |
6262| [ 0794-swim-in-rising-water] ( https://github.com/nikhil-goel11/leetcode/tree/master/0794-swim-in-rising-water ) |
6363| [ 1036-rotting-oranges] ( https://github.com/nikhil-goel11/leetcode/tree/master/1036-rotting-oranges ) |
64+ | [ 1747-lexicographically-smallest-string-after-applying-operations] ( https://github.com/nikhil-goel11/leetcode/tree/master/1747-lexicographically-smallest-string-after-applying-operations ) |
6465## Binary Tree
6566| |
6667| ------- |
@@ -139,6 +140,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
139140| [ 1302-delete-characters-to-make-fancy-string] ( https://github.com/nikhil-goel11/leetcode/tree/master/1302-delete-characters-to-make-fancy-string ) |
140141| [ 1350-remove-sub-folders-from-the-filesystem] ( https://github.com/nikhil-goel11/leetcode/tree/master/1350-remove-sub-folders-from-the-filesystem ) |
141142| [ 1353-find-resultant-array-after-removing-anagrams] ( https://github.com/nikhil-goel11/leetcode/tree/master/1353-find-resultant-array-after-removing-anagrams ) |
143+ | [ 1747-lexicographically-smallest-string-after-applying-operations] ( https://github.com/nikhil-goel11/leetcode/tree/master/1747-lexicographically-smallest-string-after-applying-operations ) |
142144| [ 1818-maximum-score-from-removing-substrings] ( https://github.com/nikhil-goel11/leetcode/tree/master/1818-maximum-score-from-removing-substrings ) |
143145| [ 2079-delete-duplicate-folders-in-system] ( https://github.com/nikhil-goel11/leetcode/tree/master/2079-delete-duplicate-folders-in-system ) |
144146| [ 2346-largest-3-same-digit-number-in-string] ( https://github.com/nikhil-goel11/leetcode/tree/master/2346-largest-3-same-digit-number-in-string ) |
@@ -235,6 +237,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
235237| [ 0721-accounts-merge] ( https://github.com/nikhil-goel11/leetcode/tree/master/0721-accounts-merge ) |
236238| [ 0794-swim-in-rising-water] ( https://github.com/nikhil-goel11/leetcode/tree/master/0794-swim-in-rising-water ) |
237239| [ 1350-remove-sub-folders-from-the-filesystem] ( https://github.com/nikhil-goel11/leetcode/tree/master/1350-remove-sub-folders-from-the-filesystem ) |
240+ | [ 1747-lexicographically-smallest-string-after-applying-operations] ( https://github.com/nikhil-goel11/leetcode/tree/master/1747-lexicographically-smallest-string-after-applying-operations ) |
238241| [ 2400-minimum-score-after-removals-on-a-tree] ( https://github.com/nikhil-goel11/leetcode/tree/master/2400-minimum-score-after-removals-on-a-tree ) |
239242## Binary Search Tree
240243| |
@@ -926,6 +929,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
926929| ------- |
927930| [ 0204-count-primes] ( https://github.com/nikhil-goel11/leetcode/tree/master/0204-count-primes ) |
928931| [ 0900-reordered-power-of-2] ( https://github.com/nikhil-goel11/leetcode/tree/master/0900-reordered-power-of-2 ) |
932+ | [ 1747-lexicographically-smallest-string-after-applying-operations] ( https://github.com/nikhil-goel11/leetcode/tree/master/1747-lexicographically-smallest-string-after-applying-operations ) |
929933| [ 2170-count-number-of-maximum-bitwise-or-subsets] ( https://github.com/nikhil-goel11/leetcode/tree/master/2170-count-number-of-maximum-bitwise-or-subsets ) |
930934| [ 2837-minimum-operations-to-make-the-integer-zero] ( https://github.com/nikhil-goel11/leetcode/tree/master/2837-minimum-operations-to-make-the-integer-zero ) |
931935| [ 3277-find-the-number-of-ways-to-place-people-ii] ( https://github.com/nikhil-goel11/leetcode/tree/master/3277-find-the-number-of-ways-to-place-people-ii ) |
0 commit comments