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

Commitf823f1f

Browse files
remove utils
1 parent298dfb2 commitf823f1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public static class Solution2 {
104104
/**We'll directly compute the index of its parent, it'll be much faster this way.*/
105105
publicList<Integer>pathInZigZagTree(intlabel) {
106106
List<List<Integer>>lists =buildZigZagOrderList(label);
107-
CommonUtils.printListList(lists);
108107
List<Integer>result =newArrayList<>();
109108
intindex =findIndex(lists.get(lists.size() -1),label);
110109
result.add(label);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp