Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5786cd2

Browse files
xzhsehyanglbme
authored andcommitted
chore: format code with clang-format
1 parent 5653682 commit 5786cd2

File tree

1 file changed

+1
-1
lines changed
  • solution/2800-2899/2811.Check if it is Possible to Split Array

1 file changed

+1
-1
lines changed

‎solution/2800-2899/2811.Check if it is Possible to Split Array/Solution.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Solution {
22
private Boolean[][] f;
33
private int[] s;
44
private int m;
5-
5+
66
public boolean canSplitArray(List<Integer> nums, int m) {
77
int n = nums.size();
88
f = new Boolean[n][n];

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /