Ref: 2 - added example
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Original list:
|
||||
1 -> 2 -> 3 -> 4 -> 5 -> null
|
||||
|
||||
Reversed list:
|
||||
5 -> 4 -> 3 -> 2 -> 1 -> null
|
||||
Reference in New Issue
Block a user