Skip to content

Commit

Permalink
Update Pair_wise_swap.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Dec 13, 2024
1 parent d7e1188 commit fe0a795
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Pair_wise_swap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ For example, if the input list is 1 2 3 4, the resulting list after swaps will b
Note: You need to swap the nodes, not only the data. If only data is swapped then driver will print -1.
Example 1:
Input:
LinkedList: 1->2->2->4->5->6->7->8
Expand Down

0 comments on commit fe0a795

Please sign in to comment.