mirror of
https://gitlab.com/mfocko/LeetCode.git
synced 2024-11-09 15:59:06 +01:00
chore: run pre-commit
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
c9f0e952a5
commit
48eae7f00b
10 changed files with 1 additions and 10 deletions
|
@ -232,4 +232,3 @@ WhitespaceSensitiveMacros:
|
|||
- PP_STRINGIZE
|
||||
- STRINGIZE
|
||||
...
|
||||
|
||||
|
|
|
@ -48,4 +48,3 @@ class Solution {
|
|||
return numDecodings(s, dp, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -24,4 +24,3 @@ class Solution {
|
|||
return m;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@ class Solution {
|
|||
return Math.min(startingZero, startingOne);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -19,4 +19,3 @@ class Solution {
|
|||
return dp[colors.length()];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@ class Solution {
|
|||
return (int) dp[n][target];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@ class Solution {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,4 +13,3 @@ impl Solution {
|
|||
ways[2]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -24,4 +24,3 @@ impl Solution {
|
|||
false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue