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 0f0ce43

Browse files
Solved 10
1 parent b7a719e commit 0f0ce43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/leetcode/editor/en/[10]Regular Expression Matching.java‎ renamed to ‎src/leetcode/editor/en/[0010] Regular Expression Matching.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ boolean matchesNext(int sIndex) {
9393
* token against the string starting from its 5th character inclusive.
9494
*/
9595
record State(
96-
int stringIndex,
97-
int tokenIndex
96+
int stringIndex,
97+
int tokenIndex
9898
){
9999
static State INITIAL_STATE = new State(0, 0);
100100
}

0 commit comments

Comments
(0)

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