You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect argument in merge_two_sorted_lists test case
Updated the test case to correctly pass two sorted lists as arguments to the merge_two_lists function. This ensures the test properly reflects the intended functionality of merging two sorted linked lists.
0 commit comments