Skip to content

Commit 5b52809

Browse files
add 1493
1 parent d3dba64 commit 5b52809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contest/src/main/java/com/github/contest/dp/DpLeetcode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ fun longestMountain(arr: IntArray): Int {
455455
}
456456

457457
/**
458-
*
458+
* 1493. Longest Subarray of 1's After Deleting One Element
459459
*/
460460

461461
fun longestSubArray(nums: IntArray): Int {

0 commit comments

Comments
 (0)