filmov
tv
HackerRank - Reverse Linked List | Full solution with visuals | Study Algorithms
Показать описание
A very popular and famous interview question. In this problem you are given a single Linked List which needs to be reversed such that the last element becomes the first element of the list. You can have several ways to approach this problem. One way could be to create an entirely new list in a reversed order or we can take advantage of the node addresses to manipulate. This video shows you animations which will help you to understand the concept behind it. Along with it, we also write the code.
Chapters:
00:00 - Intro
01:11 - Problem statement and description
02:01 - Method 1: Creating a new reversed list (using stacks)
03:59 - Code using stacks
06:59 - Method 2: Efficient solution by manipulating next nodes
08:41 - Dry-run of Code
13:25 - Final Thoughts
📚 Links to topics I talk about in the video:
📘 A text based explanation is available at:
📖 Reference Books:
🎥 My Recording Gear:
💻 Get Social 💻
#hackerrank #programming #interview
Chapters:
00:00 - Intro
01:11 - Problem statement and description
02:01 - Method 1: Creating a new reversed list (using stacks)
03:59 - Code using stacks
06:59 - Method 2: Efficient solution by manipulating next nodes
08:41 - Dry-run of Code
13:25 - Final Thoughts
📚 Links to topics I talk about in the video:
📘 A text based explanation is available at:
📖 Reference Books:
🎥 My Recording Gear:
💻 Get Social 💻
#hackerrank #programming #interview
113 - Reverse a linked list | Linked List | Hackerrank Solution | Python
HackerRank - Reverse Linked List | Full solution with visuals | Study Algorithms
HackerRank Reverse A Linked List Solution Explained - Java
Hackerrank - Reverse Linked List walkthrough #Python #Hackerrank
Reverse Linked List||Hackerrank||C++||Day 1
HackerRank Reverse a linked list problem solution in Python Programming | Data Structures
Reverse a Linked List | HackerRank | Solution in C++ | Interview Question | Mostly Asked!!!
Reverse a Linked List HackerRank Solution Coded in Python - Google/Amazon/Facebook Interview
Reverse a linked list || HackerRank LinkedList Solution || Java || Hindi
Print in Reverse (Linked List) - Clearly EXPLAINED! || HackerRank Data Structures || #DAY11
HackerRank - Reverse a linked list
C# How to reverse a Linked List Hackerrank/LeetCode (ENGLISH)
Reverse a Linked List - HackerRank Data Structures Solutions in C/C++
Printing Reverse Of a Linkedlist || Hackerrank
Reverse a linked list - Hackerrank - Javascript - Singly Linked List
112 - Print in Reverse | Linked List | Hackerrank Solution | Python
Solving 'Reverse a linked list' from Hacker Rank (Easy) - Problem solving in JS
Reverse a linked list [HackerRank] | Data Structure | LinkedList | Interview
Print a linkedlist in Reverse order [HackerRank] | Data Structure | LinkedList
Print in Reverse | Linked List | HackerRank Python Solution & Explanation
Hacker Rank | Reverse Print Link List
Reverse a Linked List | HackerRank
How to Reverse a Linked List - Clearly EXPLAINED! || HackerRank Data Structures || #DAY12
Reverse a linked list | HackerRank
Комментарии