We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d876bc4 + 354c0f9 commit 31f38f3Copy full SHA for 31f38f3
Common/src/classes/ListNode.java
@@ -53,7 +53,7 @@ public static ListNode createSinglyLinkedList() {
53
return head;
54
}
55
56
- /**TODO: this function is NOT working as supposed to, I need to fix it!*/
+ /**TODO: this function is NOT working as supposed to, I need to fix it! Commit from my Windows machine!*/
57
public static ListNode createSinglyLinkedList(List<Integer> listValues) {
58
if (listValues == null || listValues.size() == 0)
59
throw new IllegalArgumentException(
0 commit comments