113 - Reverse a linked list | Linked List | Hackerrank Solution | Python

preview_player
Показать описание
⭐️ Content Description ⭐️
In this video, I have explained on how to solve reverse a linked list using multiple pointers using python. This hackerrank problem is a part of Problem Solving | Practice | Data Structures | Linked Lists | Reverse a linked list and solved in python. The complexity of this solution is O (n).

Make a small donation to support the channel 🙏🙏🙏:-

#reversealinkedlist #howtosolve #hackerrank #hackerranksolutions #hackersrealm #python #linkedlists #problemsolving #tutorial #algorithms #datastructures #programming #coding #codinginterview #education #aswin
Рекомендации по теме
Комментарии
Автор

thank you so much sir for providing solutions

komalbhatia
Автор

whats the use of declaring nxt=head.next(line : 53) when the value is modified in line 56 ?

bharatapar
Автор

Is the reverse list is applicable for the single linked list..?

devarajmurugan