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

Commit4da56e6

Browse files
refactor 382
1 parentd7eb968 commit4da56e6

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
publicclass_382 {
1010

11-
publicstaticclassSolution1 {
11+
publicstaticclassSolution {
1212
privateMap<Integer,ListNode>map;
1313
privateRandomrand;
1414

1515
/**
1616
* @param head The linked list's head. Note that the head is guanranteed to be not null, so it contains at least one node.
1717
*/
18-
publicSolution1(ListNodehead) {
18+
publicSolution(ListNodehead) {
1919
map =newHashMap();
2020
rand =newRandom();
2121
inti =0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp