@@ -23,6 +23,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
2323| [ 2358-number-of-ways-to-split-array] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/2358-number-of-ways-to-split-array ) |
2424| [ 2588-maximum-number-of-points-from-grid-queries] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/2588-maximum-number-of-points-from-grid-queries ) |
2525| [ 3640-trionic-array-ii] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3640-trionic-array-ii ) |
26+ | [ 3719-longest-balanced-subarray-i] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3719-longest-balanced-subarray-i ) |
2627## Backtracking
2728| |
2829| ------- |
@@ -58,6 +59,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
5859| [ 0146-lru-cache] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/0146-lru-cache ) |
5960| [ 0560-subarray-sum-equals-k] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/0560-subarray-sum-equals-k ) |
6061| [ 2300-construct-string-with-repeat-limit] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/2300-construct-string-with-repeat-limit ) |
62+ | [ 3719-longest-balanced-subarray-i] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3719-longest-balanced-subarray-i ) |
6163## String
6264| |
6365| ------- |
@@ -101,6 +103,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
101103| ------- |
102104| [ 0053-maximum-subarray] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/0053-maximum-subarray ) |
103105| [ 1014-k-closest-points-to-origin] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/1014-k-closest-points-to-origin ) |
106+ | [ 3719-longest-balanced-subarray-i] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3719-longest-balanced-subarray-i ) |
104107## Geometry
105108| |
106109| ------- |
@@ -170,6 +173,7 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
170173| ------- |
171174| [ 0560-subarray-sum-equals-k] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/0560-subarray-sum-equals-k ) |
172175| [ 2358-number-of-ways-to-split-array] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/2358-number-of-ways-to-split-array ) |
176+ | [ 3719-longest-balanced-subarray-i] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3719-longest-balanced-subarray-i ) |
173177## Trie
174178| |
175179| ------- |
@@ -208,4 +212,8 @@ Collection of LeetCode questions to ace the coding interview! - Created using [L
208212| |
209213| ------- |
210214| [ 0128-longest-consecutive-sequence] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/0128-longest-consecutive-sequence ) |
215+ ## Segment Tree
216+ | |
217+ | ------- |
218+ | [ 3719-longest-balanced-subarray-i] ( https://github.com/fizaayesha/Leetcode-Problems/tree/master/3719-longest-balanced-subarray-i ) |
211219<!-- -LeetCode Topics End-->
0 commit comments