Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3620e91

Browse files
[README][Problem 3355] Zero Array Transformation I
1 parent be60652 commit 3620e91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
202202
- [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`
203203
- [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`
204204
- [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`
206207
## Hard Problems:
207208
- [76. Minimum Window Substring](src/hard/MinimumWindowSubstring76.kt)
208209
- [2290. Minimum Obstacle Removal to Reach Corner](src/hard/MinimumObstacleRemovalToReachCorner2290.kt)[Leetcode link](https://leetcode.com/problems/minimum-obstacle-removal-to-reach-corner/) `Array` `Breadth-First-Search` `Graph` `Heap(Priority Queue)` `Matrix` `Shortest Path`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /