Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86eea93

Browse files
authoredOct 14, 2022
Update MergeTwoSortedList.cpp
1 parent bcdb70e commit 86eea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎easy/MergeTwoSortedList.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Merge Two Sorted List
1+
//21.Merge Two Sorted List
22
class Solution {
33
public:
44
ListNode* mergeTwoLists(ListNode* list1, ListNode* list2) {

0 commit comments

Comments
 (0)
Please sign in to comment.