Skip to content

Commit 84e285a

Browse files
committed
feat: fixed changes
1 parent ed246e2 commit 84e285a

File tree

1 file changed

+1
-4
lines changed
  • lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12

1 file changed

+1
-4
lines changed

lesson_12/structs_java/structs_app/src/main/java/com/codedifferently/lesson12/Lesson12.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
public class Lesson12 {
44

5-
/**
6-
* Provide the solution to LeetCode 3062 here:
7-
* https://github.com/yang-su2000/Leetcode-algorithm-practice/tree/master/3062-winner-of-the-linked-list-game
8-
*/
5+
96
public String gameResult(ListNode head) {
107

118
ListNode current = head;

0 commit comments

Comments
 (0)