Skip to content

Commit

Permalink
Merge pull request #142 from masx200/format-updates
Browse files Browse the repository at this point in the history
format
  • Loading branch information
masx200 committed Jun 17, 2023
2 parents 4505ccc + 1d595fc commit 7039e95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maximum-number-of-weeks-for-which-you-can-work/index.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ class Solution {
max = Math.max(max, it.toLong())
}
return if (max * 2 > sum) (sum - max) * 2 + 1 else sum


}
}

0 comments on commit 7039e95

Please sign in to comment.