ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147,195 results

Related queries

linked list in python

reverse linked list javascript

palindrome linked list

merge two sorted lists

NeetCode
Reverse Linked List - Iterative AND Recursive - Leetcode 206 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Twitter: https://twitter.com/neetcode1 Discord: ...

11:07
Reverse Linked List - Iterative AND Recursive - Leetcode 206 - Python

634,589 views

4 years ago

NeetCode
Reverse Linked List II - Leetcode 92 - Python

https://neetcode.io/ - A better way to prepare for Coding Interviews Problem Link: https://neetcode.io/problems/reverse-linked-list-ii ...

16:03
Reverse Linked List II - Leetcode 92 - Python

118,272 views

4 years ago

Greg Hogg
Reverse Linked List - Leetcode 206 - Linked Lists (Python)

Master Data Structures & Algorithms for FREE at https://AlgoMap.io/ Code solutions in Python, Java, C++ and JS for this can be ...

8:02
Reverse Linked List - Leetcode 206 - Linked Lists (Python)

32,212 views

1 year ago

take U forward
L9. Reverse a LinkedList | Iterative and Recursive

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

32:42
L9. Reverse a LinkedList | Iterative and Recursive

353,536 views

2 years ago

NeetCode
Reverse Nodes in K-Group - Linked List - Leetcode 25

https://neetcode.io/ - A better way to prepare for Coding Interviews Problem Link: ...

12:20
Reverse Nodes in K-Group - Linked List - Leetcode 25

159,137 views

4 years ago

Deepti Talesra
Reverse Linked List - LeetCode  206 - Python (Iterative and Recursive)

Explaining Reverse Linked List in Python! Code: https://github.com/deepti-talesra/LeetCode/blob/master/Reverse_Linked_List.py ...

15:53
Reverse Linked List - LeetCode 206 - Python (Iterative and Recursive)

4,562 views

2 years ago

People also watched

Hackerlabs xyz
Reverse a linked list recursively in java

This video shows how to reverse a linked list in java.

4:30
Reverse a linked list recursively in java

18,918 views

9 years ago

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

Content Description ⭐️ In this video, I have explained on how to solve reverse a linked list using multiple pointers using python.

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

20,183 views

5 years ago

Sai Anish Malla
Reverse Linked List | LeetCode 206 | Theory + Python code

This video is a solution to LeetCode 206, Reverse Linked List. I explain the question, go over the logic / theory behind solving the ...

9:26
Reverse Linked List | LeetCode 206 | Theory + Python code

4,227 views

4 years ago

Nick White
LeetCode Reverse Linked List II Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

8:34
LeetCode Reverse Linked List II Solution Explained - Java

38,587 views

6 years ago

Jesse Dietrichson
Software interview question - Reverse a linked list recursively

In this video we learn how to reverse a singly linked list recursively. This algorithm is a little tricky so we break it down using a ...

17:08
Software interview question - Reverse a linked list recursively

28,125 views

6 years ago

CppNuts
Reverse Linked List Recursively

JOIN ME ————— YouTube https://www.youtube.com/channel/UCs6sf4iRhhE875T1QjG3wPQ/join Patreon ...

10:27
Reverse Linked List Recursively

6,684 views

3 years ago

Jyotinder Singh
Reverse Sublist in Linked List | (Reverse Linked List II on LeetCode) Explanation

Link to the Code: https://gist.github.com/JyotinderSingh/96fec7f9af3712c6cf765dedb7bf13b2 Link to the Problem: ...

17:59
Reverse Sublist in Linked List | (Reverse Linked List II on LeetCode) Explanation

20,488 views

5 years ago

Fisher Coder
LeetCode 206: Reverse Linked List RECURSIVELY - Interview Prep Ep 60

Shop on Amazon to support me: https://www.amazon.com/?tag=fishercoder0f-20 ⭐ NordVPN to protect your online privacy: ...

12:01
LeetCode 206: Reverse Linked List RECURSIVELY - Interview Prep Ep 60

15,068 views

5 years ago

Nick White
LeetCode Reversed LinkedList Solution Explained - Java

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

4:26
LeetCode Reversed LinkedList Solution Explained - Java

105,665 views

6 years ago

Eric Programming
[Java] Leetcode 206. Reverse Linked List [LinkedList Reversal #1]

In this video, I'm going to show you how to solve Leetcode 206. Reverse Linked List which is related to LinkedList Reversal. In fact ...

6:28
[Java] Leetcode 206. Reverse Linked List [LinkedList Reversal #1]

8,804 views

4 years ago

Nick White
LeetCode - Reverse Linked List Solution

The Best Place To Learn Anything Coding Related - https://bit.ly/3MFZLIZ Preparing For Your Coding Interviews? Use These ...

7:02
LeetCode - Reverse Linked List Solution

130,749 views

6 years ago

Pseudocoder Ravina
Leetcode 206. Reverse Linked List (Python)

Leetcode 206. Reverse Linked List (Python) In this video, I solve the Leetcode Reverse Linked List. Important to get started with ...

9:26
Leetcode 206. Reverse Linked List (Python)

3,858 views

3 years ago

Nikhil Lohia
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 ...

14:30
HackerRank - Reverse Linked List | Full solution with visuals | Study Algorithms

26,437 views

4 years ago

Depth First
Reverse a linked list - Iterative and Recursive - Leetcode 206 | Animation | Visualization

Linked List refresher: https://youtu.be/922Dxbxyapg Understand recursion: https://youtu.be/_qvSTM-8uk0 Problem: ...

8:41
Reverse a linked list - Iterative and Recursive - Leetcode 206 | Animation | Visualization

2,364 views

2 years ago

Neso Academy
Reverse a Single Linked List

Data Structures: Reversing a Singly Linked List. Topics discussed: 1) C program to reverse a singly linked list. C Programming ...

11:57
Reverse a Single Linked List

333,628 views

5 years ago

IDeserve
Reverse a Linked List Recursively

Problem: Reverse a Linked List Recursively. Solution: Start with node curr as head. 1. If curr is null, return. 2. If curr's next element ...

4:20
Reverse a Linked List Recursively

119,520 views

10 years ago

Back To Back SWE
How To Reverse A Singly Linked List | The Ultimate Explanation (Iteratively & Recursively)

Free 5-Day Mini-Course: https://backtobackswe.com Try Our Full Platform: https://backtobackswe.com/pricing Intuitive Video ...

14:08
How To Reverse A Singly Linked List | The Ultimate Explanation (Iteratively & Recursively)

169,947 views

7 years ago

Timothy H Chang
Leetcode - Reverse Linked List (Python)

September 2021 Leetcode Challenge Leetcode - Reverse Linked List #206 Difficulty: Easy.

4:28
Leetcode - Reverse Linked List (Python)

14,456 views

4 years ago

CheatCode Ninja
Reverse Linked List - Iterative & Recursive - How to reverse a Linked List - Python

Reverse Linked List - How to reverse a Linked List - Iterative & Recursive Linked List - Common Interview Problem Leetcode 206 ...

4:14
Reverse Linked List - Iterative & Recursive - How to reverse a Linked List - Python

571 views

2 years ago

AlgoMasterIO
How to Reverse a Linked List In-Place

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

2:35
How to Reverse a Linked List In-Place

19,777 views

11 months ago

GeeksforGeeks
Reversing a linked list | GeeksforGeeks

Find Complete Code at GeeksforGeeks Article: http://www.geeksforgeeks.org/reverse-a-linked-list/ Practice Problem Online ...

1:45
Reversing a linked list | GeeksforGeeks

189,225 views

8 years ago

Emily Bao
Reverse Linked List | Python Recursive Solution

Link to Question: https://leetcode.com/problems/reverse-linked-list/description/ Time Complexity: O(n) - Need to go through every ...

7:51
Reverse Linked List | Python Recursive Solution

2,420 views

2 years ago

Code and Debug
DSA Python 2025 - Reverse a Linked List | Iterative Approach - Part 58 [Hindi]

🚀 Welcome to Part 58 of Code & Debug’s DSA Python Course 2025! In this video, we solve Leetcode 206: Reverse Linked List, one ...

19:21
DSA Python 2025 - Reverse a Linked List | Iterative Approach - Part 58 [Hindi]

5,473 views

10 months ago

Shradha Khapra
Reverse a Linked List | DSA Series by @shradhaKD

Lecture 56 of DSA Placement Series Company wise DSA Sheet Link ...

10:29
Reverse a Linked List | DSA Series by @shradhaKD

129,497 views

11 months ago