All problems
EasyAlgorithms
Reverse a list in place
Reverse a list using two pointers, in place.
- #lists
- #two-pointer
Sample input
[1, 2, 3, 4, 5]
Sample output
[5, 4, 3, 2, 1]
reverse-list-inplace.py
Output
Press "Run code" to execute.
Reverse a list using two pointers, in place.
[1, 2, 3, 4, 5]
[5, 4, 3, 2, 1]
Press "Run code" to execute.
Admissions open · free to apply
Attended a masterclass or have a friend's referral code? You get ₹15,000 off. Fill this and our team takes it from here — pay by cash or online.
Free to apply · masterclass attendees & referrals get ₹15,000 off · our team guides you next.
By submitting, you agree to our Privacy Policy and to be contacted about your enquiry.