Skip to content

Commit e7515b8

Browse files
author
rom.spiridonov
committed
feat: finalize solution implementation for LC problem #3409
1 parent ccda80c commit e7515b8

File tree

1 file changed

+1
-1
lines changed
  • solution/3400-3499/3409.Longest Subsequence With Decreasing Adjacent Difference

1 file changed

+1
-1
lines changed

solution/3400-3499/3409.Longest Subsequence With Decreasing Adjacent Difference/Solution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ class Solution {
2323
return row[0];
2424
})->at(0);
2525
}
26-
26+
};

0 commit comments

Comments
 (0)