@@ -11,6 +11,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
1111| [ 0334-increasing-triplet-subsequence] ( https://github.com/prakantsharma/leetcode_problems/tree/master/0334-increasing-triplet-subsequence ) |
1212| [ 1468-check-if-n-and-its-double-exist] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1468-check-if-n-and-its-double-exist ) |
1313| [ 1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array ) |
14+ | [ 1700-minimum-time-to-make-rope-colorful] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1700-minimum-time-to-make-rope-colorful ) |
1415| [ 1786-count-the-number-of-consistent-strings] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1786-count-the-number-of-consistent-strings ) |
1516| [ 1878-check-if-array-is-sorted-and-rotated] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1878-check-if-array-is-sorted-and-rotated ) |
1617| [ 1927-maximum-ascending-subarray-sum] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1927-maximum-ascending-subarray-sum ) |
@@ -72,6 +73,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
7273| ------- |
7374| [ 0920-uncommon-words-from-two-sentences] ( https://github.com/prakantsharma/leetcode_problems/tree/master/0920-uncommon-words-from-two-sentences ) |
7475| [ 1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1566-check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence ) |
76+ | [ 1700-minimum-time-to-make-rope-colorful] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1700-minimum-time-to-make-rope-colorful ) |
7577| [ 1747-lexicographically-smallest-string-after-applying-operations] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1747-lexicographically-smallest-string-after-applying-operations ) |
7678| [ 1786-count-the-number-of-consistent-strings] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1786-count-the-number-of-consistent-strings ) |
7779| [ 2076-sum-of-digits-of-string-after-convert] ( https://github.com/prakantsharma/leetcode_problems/tree/master/2076-sum-of-digits-of-string-after-convert ) |
@@ -122,6 +124,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
122124| ------- |
123125| [ 0334-increasing-triplet-subsequence] ( https://github.com/prakantsharma/leetcode_problems/tree/master/0334-increasing-triplet-subsequence ) |
124126| [ 1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array ) |
127+ | [ 1700-minimum-time-to-make-rope-colorful] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1700-minimum-time-to-make-rope-colorful ) |
125128| [ 2661-smallest-missing-non-negative-integer-after-operations] ( https://github.com/prakantsharma/leetcode_problems/tree/master/2661-smallest-missing-non-negative-integer-after-operations ) |
126129## Depth-First Search
127130| |
@@ -172,6 +175,7 @@ A collection of LeetCode questions to ace the coding interview! - Created using
172175| |
173176| ------- |
174177| [ 1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1633-minimum-number-of-increments-on-subarrays-to-form-a-target-array ) |
178+ | [ 1700-minimum-time-to-make-rope-colorful] ( https://github.com/prakantsharma/leetcode_problems/tree/master/1700-minimum-time-to-make-rope-colorful ) |
175179## Stack
176180| |
177181| ------- |
0 commit comments