In this video we will look at solving the classic interview question: Reversed Linked List.
We will be solving this problem in-place both iteratively and recurisvely!
LeetCode Link: https://leetcode.com/problems/reverse-linked-list/
00:00: Introduction
00:22: Leet Code Problem + Examples
00:43: Iterative Solution with 2 Nodes
01:31: Iterative Solution
03:38: Iterative Live Code
05:41: recursive Solution
08:49: Recursive Live Code
Download
0 formats
No download links available.
Reverse Linked List Leet Code Problem Explained | Iteratively and Recursively | NatokHD