abhpd / hacktoberfest2021

🌱 Contribute your favorite 📚 Data Structure implementation, 🕸 Algorithms, and 🎲 Projects. 😊 | Very Active Repository, Star and Share with your friends |
MIT License
542 stars 1.58k forks source link

Reverse Linked List #2023

Open akshat-khosya opened 2 years ago

akshat-khosya commented 2 years ago

There are many method to reverse a linked list I have added 4 method with different time complexity and with the help of recursive and iterative