You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,8 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
202
202
-[2033. Minimum Operations to Make a Uni-Value Grid](src/medium/MinimumOperationsToMakeUniValueGrid2033.kt) - [Leetcode link](https://leetcode.com/problems/minimum-operations-to-make-a-uni-value-grid/description)`Array``Math``Sorting``Matrix`
203
203
-[1123. Lowest Common Ancestor of Deepest Leaves](src/medium/LowestCommonAncestorOfDeepestLeaves1123.kt) - [Leetcode link](https://leetcode.com/problems/count-complete-subarrays-in-an-array/description/)`Array``Sliding Window`
204
204
-[2799. Count Complete Subarrays in an Array](src/medium/CountCompleteSubArraysInAnArray2799.kt) - [Leetcode link]()`Array``Math``Sorting``Matrix`
205
-
-[2962. Count Subarrays Where Max Element Appears at Least K Times](src/medium/CountSubarraysWhereMaxElementAppearsAtLeastKTimes2962.kt) - [Leetcode link](eetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/description/)`Array``Math``Sorting``Matrix`
205
+
-[2962. Count Subarrays Where Max Element Appears at Least K Times](src/medium/CountSubarraysWhereMaxElementAppearsAtLeastKTimes2962.kt) - [Leetcode link](https://leetcode.com/problems/count-subarrays-where-max-element-appears-at-least-k-times/description/)`Array``Math``Sorting``Matrix`
206
+
-[3355. Zero Array Transformation I](src/medium/ZeroArrayTransformationI3355.kt) - [Leetcode link](https://leetcode.com/problems/zero-array-transformation-i/description/)`Array``prefix sum`
0 commit comments