Skip to content

Commit 1fac40a

Browse files
author
AmiyahJo
committed
chore: remove constraints comments
1 parent 7c6d0b1 commit 1fac40a

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,3 @@ public String gameResult(ListNode head) {
3535
}
3636
}
3737
}
38-
39-
// Constraints:
40-
// The number of nodes in the list is in the range [2, 100].
41-
// The number of nodes in the list is even. 1 <= Node.val <= 100

0 commit comments

Comments
 (0)