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
feat: add Maximum Erasure Value LeetCode problem (#1137)
* add leetcode Maximum Erasure Value
* Update 1695.c
add new line at the end
* Rename README.md to DIRECTORY.md
* chore: apply suggestions from code review
* Update DIRECTORY.md
* Update leetcode/DIRECTORY.md
Co-authored-by: Taj <[email protected]>
Co-authored-by: David Leal <[email protected]>
Co-authored-by: Taj <[email protected]>
Copy file name to clipboardExpand all lines: leetcode/DIRECTORY.md
+1
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@
101
101
| 1184 |[Distance Between Bus Stops](https://leetcode.com/problems/distance-between-bus-stops/)|[C](./src/1184.c)| Easy |
102
102
| 1189 |[Maximum Number of Balloons](https://leetcode.com/problems/maximum-number-of-balloons/)|[C](./src/1189.c)| Easy |
103
103
| 1207 |[Unique Number of Occurrences](https://leetcode.com/problems/unique-number-of-occurrences/)|[C](./src/1207.c)| Easy |
104
+
| 1695 |[Maximum Erasure Value](https://leetcode.com/problems/maximum-erasure-value/)|[C](./src/1695.c)| Medium |
104
105
| 1769 |[Minimum Number of Operations to Move All Balls to Each Box](https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/)|[C](./src/1769.c)| Medium |
105
106
| 1524 |[Number of Sub-arrays With Odd Sum](https://leetcode.com/problems/number-of-sub-arrays-with-odd-sum/)|[C](./src/1524.c)| Medium |
106
107
| 1653 |[Minimum Deletions to Make String Balanced](https://leetcode.com/problems/minimum-deletions-to-make-string-balanced/)|[C](./src/1653.c)| Medium |
0 commit comments