ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

89 results

Leetcode Unlocked
2. Add Two Numbers | Leetcode Unlocked - Python

Learn how to solve LeetCode 2, Add Two Numbers, with this step-by-step walkthrough. We break down the classic linked list ...

4:54
2. Add Two Numbers | Leetcode Unlocked - Python

0 views

1 day ago

Benabub
Add Two Numbers — LeetCode #2 | Python Algorithm Visualization

Step-by-step algorithm visualization for LeetCode #2 (Add Two Numbers). The solution simulates digit-by-digit addition with carry ...

2:06
Add Two Numbers — LeetCode #2 | Python Algorithm Visualization

1 view

2 days ago

Leetcode Unlocked
21. Merge Two Sorted Lists | Leetcode Unlocked - Python

In this video, we walk through an iterative solution to LeetCode 21: Merge Two Sorted Lists. Linked list manipulation is a common ...

4:25
21. Merge Two Sorted Lists | Leetcode Unlocked - Python

1 view

1 day ago

DSA with SM
LeetCode #206 | Reverse Linked List | LeetCode Explained Step by Step

LeetCode #206 — Reverse Linked List — Step-by-Step Code Explanation In this video, we break down the "Reverse Linked List" ...

3:07
LeetCode #206 | Reverse Linked List | LeetCode Explained Step by Step

1 view

3 days ago

Pikirisu Logs
LeetCode - 92| Reverse Linked List - II |  Insert Head Approach

Reverse Linked List II In this video, I solve Reverse Linked List II using three different approaches and explain the intuition behind ...

24:12
LeetCode - 92| Reverse Linked List - II | Insert Head Approach

3 views

5 days ago

Leetcode Unlocked
24. Swap Nodes in Pairs | Leetcode Unlocked - Python

Learn how to solve LeetCode 24: Swap Nodes in Pairs using both iterative and recursive approaches. We break down the pointer ...

4:14
24. Swap Nodes in Pairs | Leetcode Unlocked - Python

0 views

1 day ago

Leetcode Unlocked
61. Rotate List | Leetcode Unlocked - Python

In this video, we break down the LeetCode 61 "Rotate List" problem. We walk through a clear, step-by-step approach using a ...

4:31
61. Rotate List | Leetcode Unlocked - Python

2 views

14 hours ago

Leetcode Unlocked
25. Reverse Nodes in k-Group | Leetcode Unlocked - Python

In this video, we work through a clean, step-by-step walkthrough of LeetCode 25: Reverse Nodes in k-Group. This popular linked ...

4:48
25. Reverse Nodes in k-Group | Leetcode Unlocked - Python

2 views

1 day ago

LindorCodes
Delete Node in a Linked List — The Trick That Makes It O(1) (LeetCode 237)

You're given a node to delete — but no access to head. Here's the O(1) trick that makes this problem trivial once you see it.

5:10
Delete Node in a Linked List — The Trick That Makes It O(1) (LeetCode 237)

2 views

5 hours ago

RisingBrain
Remove Duplicates from Sorted List II | Brute force to Optimised | Java C++ Python

In this video, we'll solve Remove Duplicates from Sorted List II (LeetCode 82), one of the most important Linked List interview ...

21:50
Remove Duplicates from Sorted List II | Brute force to Optimised | Java C++ Python

194 views

22 hours ago

Leetcode Unlocked
19. Remove Nth Node From End of List | Leetcode Unlocked - Python

In this video, we walk through a reliable one-pass solution for the 'Remove Nth Node From End of List' LeetCode problem.

5:25
19. Remove Nth Node From End of List | Leetcode Unlocked - Python

0 views

1 day ago

Leetcode Unlocked
23. Merge k Sorted Lists | Leetcode Unlocked - Python

Learn how to solve the Merge k Sorted Lists LeetCode Hard problem using two distinct strategies: the Min-Heap (Priority Queue) ...

5:00
23. Merge k Sorted Lists | Leetcode Unlocked - Python

1 view

1 day ago

RisingBrain
Reorder List | Merge/Sort Pattern | Brute force to optimsied | Java Python C++

Reorder List is one of the most frequently asked Linked List interview problems in product-based companies. In this video, we'll ...

23:26
Reorder List | Merge/Sort Pattern | Brute force to optimsied | Java Python C++

206 views

1 day ago

RisingBrain
Sort List | Merge Sort on Linked List | BruteForce to Optimised | Java Python C++

In this video, we'll solve the Sort List problem using the Merge Sort algorithm on a Linked List. Since linked lists do not support ...

17:35
Sort List | Merge Sort on Linked List | BruteForce to Optimised | Java Python C++

334 views

2 days ago

Just Coding - Tamil
Delete the Middle Node of a Linked List in 8 Minutes 🚀 | LeetCode 2095

Learn how to solve LeetCode 2095 - Delete the Middle Node of a Linked List using the famous Fast and Slow Pointer Technique ...

8:35
Delete the Middle Node of a Linked List in 8 Minutes 🚀 | LeetCode 2095

7 views

3 days ago

Leetcode Unlocked
12. Integer to Roman | Leetcode Unlocked - Python

In this video, we break down the LeetCode "Integer to Roman" medium-level problem. We explore how to approach this classic ...

4:07
12. Integer to Roman | Leetcode Unlocked - Python

0 views

1 day ago

Leetcode Unlocked
35. Search Insert Position | Leetcode Unlocked - Python

Learn how to solve LeetCode 35: Search Insert Position using an efficient binary search approach. This tutorial explains how to ...

4:50
35. Search Insert Position | Leetcode Unlocked - Python

2 views

1 day ago

Just Coding - Tamil
142. Linked List Cycle II 🚀 Find the Starting Node of the Cycle

Learn how to solve LeetCode 142 - Linked List Cycle II using the famous Floyd's Cycle Detection Algorithm 🚀 Code Link : https ...

8:27
142. Linked List Cycle II 🚀 Find the Starting Node of the Cycle

1 view

6 hours ago

Leetcode Unlocked
31. Next Permutation | Leetcode Unlocked - Python

In this video, we break down LeetCode 31: Next Permutation. We explore how to find the next lexicographically greater ...

6:16
31. Next Permutation | Leetcode Unlocked - Python

1 view

1 day ago

Just Coding - Tamil
141. Linked List Cycle 🚀 Floyd's Cycle Detection Algorithm in Tamil

Learn how to solve LeetCode 141 - Linked List Cycle using the famous Floyd's Cycle Detection Algorithm 🚀 Code Link : https ...

7:15
141. Linked List Cycle 🚀 Floyd's Cycle Detection Algorithm in Tamil

5 views

1 day ago