Movatterモバイル変換


[0]ホーム

URL:


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

Commit3dd8ae4

Browse files
add a solution for 79
1 parent4cc5d27 commit3dd8ae4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-1
lines changed

‎src/main/java/com/fishercoder/solutions/_79.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private boolean search(char[][] board, int i, int j, String word, int index) {
8888

8989
publicstaticclassSolution3 {
9090
/**
91-
* I came up with below solution completelyindependelty on 10/7/2021, although space complexity is O(m*n) instead of constant.
91+
* I came up with below solution completelyindependently on 10/7/2021, although space complexity is O(m*n) instead of constant.
9292
*/
9393
publicbooleanexist(char[][]board,Stringword) {
9494
intm =board.length;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp