We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72819 commit f25e44dCopy full SHA for f25e44d
merge-two-sorted-lists/b41-41.ts
@@ -170,4 +170,4 @@ function mergeTwoLists(list1: ListNode | null, list2: ListNode | null): ListNode
170
// return getSortedList5();
171
return getSortedList6();
172
173
-};
+};
0 commit comments