ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

358 results

Live To Code
Data Structures for Interview Preparation | Singly Linked List Explained

Arrays are fast to read by index, but inserting into the middle can mean shifting every element after it. In this video, we build a ...

11:33
Data Structures for Interview Preparation | Singly Linked List Explained

19 views

1d ago

The Code Notebook
LeetCode Linked List Patterns in Java: 5 Interview Templates

Reverse a list, find the middle, detect a cycle. Five patterns cover nearly every linked list question you'll be asked — plus the ...

4:27
LeetCode Linked List Patterns in Java: 5 Interview Templates

17 views

6d ago

Live To Code
Data Structures for Interview Preparation | Circular Linked List Explained

What if a linked list never ran out of nodes? In this video, we build the circular linked list from a single change: instead of ending at ...

14:33
Data Structures for Interview Preparation | Circular Linked List Explained

3 views

13h ago

Mahesh Ahirwar
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

In this video, we solve the Rotate List problem in Java using an optimized approach. We understand how to rotate a Linked List ...

8:43
Rotate Linked List in Java | Optimized Solution | LeetCode 61 | Mahesh DSA Sheet

65 views

5d ago

MaxCodes
Why k % n Fixes Rotate List | LeetCode #61 (Medium)

In Episode 13 of my LeetCode a Day series, I solve LeetCode #61: Rotate List in Java. I walk through how to turn the linked list ...

6:59
Why k % n Fixes Rotate List | LeetCode #61 (Medium)

18 views

2d ago

Live To Code
Data Structures for Interview Preparation | Doubly Linked List Explained

A singly linked list can only walk forward: standing at a node, there is no way back. In this video, we fix that with the doubly linked ...

9:54
Data Structures for Interview Preparation | Doubly Linked List Explained

2 views

19h ago

Mahesh Ahirwar
Reorder Linked List in Java | Middle + Reverse + Merge | LeetCode 143 | Mahesh DSA Sheet

In this video, we solve the Reorder List problem in Java using an optimized Linked List approach. The solution combines three ...

8:44
Reorder Linked List in Java | Middle + Reverse + Merge | LeetCode 143 | Mahesh DSA Sheet

159 views

6d ago

iOJAS
Stop Counting Linked List Nodes! 🛑 (LeetCode 876)

Practice LeetCode 876 Here: https://leetcode.com/problems/middle-of-the-linked-list/ THE PROBLEM & THE TRAP: Find the ...

5:00
Stop Counting Linked List Nodes! 🛑 (LeetCode 876)

1 view

17h ago

Mahesh Ahirwar
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

In this video, we solve the Split Linked List in Parts problem in Java. We'll understand the problem step by step and then ...

11:01
Split Linked List Into Parts in Java | Optimized Solution | LeetCode 725 | Mahesh DSA Sheet

38 views

3d ago

Pankaj
Reorder List LeetCode | DSA in Java | Pankaj

we solve LeetCode 143: Reorder List step by step using Java. Learn the optimal approach with O(N) time complexity and O(1) ...

13:48
Reorder List LeetCode | DSA in Java | Pankaj

4 views

15h ago

Jack Of All info
LeetCode 203 – Remove Linked List Elements | Java Solution

LeetCode 203 – Remove Linked List Elements | Java Solution In this video, we solve LeetCode Problem 203 – Remove Linked ...

4:43
LeetCode 203 – Remove Linked List Elements | Java Solution

7 views

4d ago

My Learning journey
Leetcode 430. Flatten a Multilevel Doubly Linked List JAVA
11:16
Leetcode 430. Flatten a Multilevel Doubly Linked List JAVA

15 views

5d ago

AccioJob
One Unexpected Java Question Changed His Interview

Meet Roopansh(https://www.linkedin.com/in/roopansh-sethi-193177132/?isSelfProfile=false),he walked into his Bitflow ...

9:17
One Unexpected Java Question Changed His Interview

172 views

1d ago

mNc Digital Arts
How Hash Map works?

... bucket and index calculation • Key-value storage and retrieval • Collision handling • LinkedList and Red-Black Tree conversion ...

6:50
How Hash Map works?

4 views

2d ago

Mahesh Ahirwar
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

In this video, we solve the Copy List With Random Pointer problem in Java. This is an interesting Linked List problem because ...

13:26
Copy List With Random Pointer in Java | Optimized Solution | LeetCode 138 | Mahesh DSA Sheet

14 views

1d ago

LindorCodes
Linked List Pointers Made Simple: LeetCode 83 Walkthrough

https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Pointers trip up more engineers than any other DSA topic — this ...

7:56
Linked List Pointers Made Simple: LeetCode 83 Walkthrough

20 views

4d ago

Jenny's Lectures CS IT
LAST 48 Hours Left | Master DSA With JAVA 3.0

LAST 48 Hours Left | Early Bird Offer Expires SOON Join my new Batch of “Mastering DSA with Java Course 3.0” ...

5:00
LAST 48 Hours Left | Master DSA With JAVA 3.0

9,721 views

5d ago

iOJAS
This Array Problem is a TRAP! 🤯 (LeetCode 287)

Practice LeetCode 287 Here: https://leetcode.com/problems/find-the-duplicate-number/ THE PROBLEM & THE TRAP: Find the ...

5:21
This Array Problem is a TRAP! 🤯 (LeetCode 287)

6 views

3d ago

Code with Dino
Learn Java Memory Management in 8 Minutes 😱 | Stack, Heap & Garbage Collection #Java #JVM #LearnJava

Learn Java Memory Management in just 8 minutes! Ever wondered where Java objects are stored, what Stack and Heap ...

7:42
Learn Java Memory Management in 8 Minutes 😱 | Stack, Heap & Garbage Collection #Java #JVM #LearnJava

216 views

4d ago

mNc Digital Arts
Hash Map in 4 minutes 10 seconds - mNc Digital Arts

Preparing to learn HashMap in Java? Explore this quick and beginner-friendly tutorial covering HashMap in just 4 minutes 10 ...

4:10
Hash Map in 4 minutes 10 seconds - mNc Digital Arts

3 views

5d ago