ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,937 results

Moving Parts
Linked Lists - How They Work

In this video, I break down linked lists as a data structure. This includes their advantages, their drawbacks, and where they would ...

4:44
Linked Lists - How They Work

22 views

4 weeks 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++

356 views

3 days ago

Code Clarity DSA
Linked Lists Explained Visually | How Nodes, Pointers, Singly & Doubly Linked Lists Really Work

A complete, beginner-friendly guide to linked lists — the counterpart to dynamic arrays. With clear step-by-step animation we ...

9:35
Linked Lists Explained Visually | How Nodes, Pointers, Singly & Doubly Linked Lists Really Work

49 views

3 weeks ago

RisingBrain
Intersection of Two Linked Lists | Length Difference & Two Pointer Approach | Python Java C++

In this video, we'll solve the classic Intersection of Two Linked Lists problem using two optimized approaches. We'll learn how to ...

16:29
Intersection of Two Linked Lists | Length Difference & Two Pointer Approach | Python Java C++

708 views

2 weeks ago

RisingBrain
Middle of the Linked List | Brute Force & Fast Slow Pointer Approach | Python Java C++

In this video, we'll solve the Middle of the Linked List problem using both the Brute Force and Fast & Slow Pointer approaches.

9:05
Middle of the Linked List | Brute Force & Fast Slow Pointer Approach | Python Java C++

487 views

2 weeks ago

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

Confused about removing duplicate nodes from a sorted linked list? This is one of the most common Linked List interview ...

13:19
Remove Duplicates from Sorted List | Brute force to Optimised | Java, Python & C++

653 views

3 days ago

LindorCodes
Reverse a Linked List — LeetCode 206 (Python, Step-by-Step)

Reverse a Linked List is one of those problems you HAVE to understand before any technical interview — and the pointer logic is ...

6:12
Reverse a Linked List — LeetCode 206 (Python, Step-by-Step)

31 views

2 weeks ago

RisingBrain
Swap Nodes in Pairs | Reverse Linked List Pattern | Java, Python & C++

Finding Swap Nodes in Pairs confusing? This problem is a great application of the Reverse Linked List Pattern, where instead of ...

16:10
Swap Nodes in Pairs | Reverse Linked List Pattern | Java, Python & C++

427 views

7 days ago

Leetcode Daily
2095. Delete the Middle Node of a Linked List | Leetcode Daily - Python

Master LeetCode 2095, Delete the Middle Node of a Linked List, with this clear, step-by-step tutorial! We dive into the classic ...

5:45
2095. Delete the Middle Node of a Linked List | Leetcode Daily - Python

272 views

2 weeks ago

AlgoHay
Data Structures: Arrays vs Linked Lists | Everything You Need to Know

The Architectural Blueprint of Arrays An array is a linear collection of elements stored in contiguous memory locations.

14:13
Data Structures: Arrays vs Linked Lists | Everything You Need to Know

0 views

3 weeks ago

RisingBrain
Reverse Linked List II in One Pass | Reverse Between m & n | Reverse Pattern | Java, Python & C++

Confused about how to reverse only a part of a Linked List without changing the entire list? This is one of the most frequently ...

14:48
Reverse Linked List II in One Pass | Reverse Between m & n | Reverse Pattern | Java, Python & C++

441 views

9 days ago

codefriendly555
DSA with python  Linear and Non linear, linked List#coding #python #dsa #linkedlists
15:51
DSA with python Linear and Non linear, linked List#coding #python #dsa #linkedlists

23 views

2 weeks ago

cleancode
141  Linked List Cycle | Python
5:02
141 Linked List Cycle | Python

6 views

1 day ago

the_dataholics
Reverse Linked List | LeetCode 206 | DSA using Python #21

Let's learn How to reverse a Linked List in DSA using Python. Here we'll discuss the code, implementation and intution behind it.

13:21
Reverse Linked List | LeetCode 206 | DSA using Python #21

51 views

1 month ago

Gochi
DAY 27 - Merge Two Sorted Lists | Building Intuition Before Linked Lists

After finishing my recursion series, I'm back in Chapter 8 of Elements of Programming Interviews. Before solving the problem with ...

5:28
DAY 27 - Merge Two Sorted Lists | Building Intuition Before Linked Lists

1 view

4 weeks ago

Special Code
Linked List || DSA

Linked list in python . . . . . #linkedlist #coding #python #datastructures.

7:15
Linked List || DSA

9 views

12 days ago

RisingBrain
Merge Two Sorted Lists | Merge / Sort Pattern | Java, Python & C++

In this video, you'll learn how to efficiently merge two sorted linked lists into a single sorted list using pointer manipulation.

14:41
Merge Two Sorted Lists | Merge / Sort Pattern | Java, Python & C++

231 views

4 days ago

Aksh Khurana
Linked Lists - II (Striver SDE Sheet)

Better watch at 1.5x ✓ Find Intersection Point of Y LL ✓ Detect Loop in LL ✓ Find Starting Point of Loop ✓ Reverse LL in Groups ...

4:39
Linked Lists - II (Striver SDE Sheet)

14 views

10 days ago

Natique Ibrar Alam
Reverse Linked List ( NeetCode )

I am starting the long-awaited DSA grind with the good old Linked List. Toward the end of the video, my dad came into the hall to ...

12:23
Reverse Linked List ( NeetCode )

28 views

11 days ago

DCode Thought
LeetCode 2095: Delete the Middle Node of a Linked List | O(N) | 3 Ways | Fast & Slow Pointers

LeetCode 2095: Delete the Middle Node of a Linked List | Fast & Slow Pointers | Java C++ Python LeetCode POTD solution ...

13:06
LeetCode 2095: Delete the Middle Node of a Linked List | O(N) | 3 Ways | Fast & Slow Pointers

32 views

2 weeks ago