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
+1
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,7 @@ LeetCode
253
253
|0957|[Prison Cells After N Days](https://leetcode.com/problems/prison-cells-after-n-days/)| c |[c++](./src/0957-Prison-Cells-After-N-Days/0957.cpp)|[python](./src/0957-Prison-Cells-After-N-Days/0957.py)|||Medium|
254
254
|0958|[Check Completeness of a Binary Tree](https://leetcode.com/problems/check-completeness-of-a-binary-tree/)| c |[c++](./src/0958-Check-Completeness-of-a-Binary-Tree/0958.cpp)|[python](./src/0958-Check-Completeness-of-a-Binary-Tree/0958.py)|||Medium|
255
255
|0959|[Regions Cut By Slashes](https://leetcode.com/problems/regions-cut-by-slashes/)| c |[c++](./src/0959-Regions-Cut-By-Slashes/0959.cpp)|[python](./src/0959-Regions-Cut-By-Slashes/0959.py)|||Medium|
256
+
|0960|[Delete Columns to Make Sorted III](https://leetcode.com/problems/delete-columns-to-make-sorted-iii/)| c |[c++](./src/0960-Delete-Columns-to-Make-Sorted-III/0960.cpp)|[python](./src/0960-Delete-Columns-to-Make-Sorted-III/0960.py)|||Hard|
256
257
|0961|[N-Repeated Element in Size 2N Array](https://leetcode.com/problems/n-repeated-element-in-size-2n-array/)| c |[c++](./src/0961-N-Repeated-Element-in-Size-2N-Array/0961.cpp)|[python](./src/0961-N-Repeated-Element-in-Size-2N-Array/0961.py)|||Easy|
257
258
|0962|[Maximum Width Ramp](https://leetcode.com/problems/maximum-width-ramp/)| c |[c++](./src/0962-Maximum-Width-Ramp/0962.cpp)|[python](./src/0962-Maximum-Width-Ramp/0962.py)|||Medium|
258
259
|0963|[Minimum Area Rectangle II](https://leetcode.com/problems/minimum-area-rectangle-ii/)| c |[c++](./src/0963-Minimum-Area-Rectangle-II/0963.cpp)|[python](./src/0963-Minimum-Area-Rectangle-II/0963.py)|||Medium|
0 commit comments