ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,439 results

Voltify-EED-BZU
How to Traverse a Linked List | Data Structures & Algorithms

In this lecture, we discuss Traversing in Linked List, an essential concept of Data Structures. Traversing means visiting each node ...

4:35
How to Traverse a Linked List | Data Structures & Algorithms

9 views

6 days ago

Ostitto
Data Structure and Algorithm I | Linked List Fundamentals (Singly, Doubly & Circular)

In this lecture on Data Structure and Algorithm I, we cover the fundamentals of Linked Lists in detail. Topics covered in this video: ...

1:07:20
Data Structure and Algorithm I | Linked List Fundamentals (Singly, Doubly & Circular)

93 views

5 days ago

Amir Charkhi, PhD
Interview-Ready Linked List Code: Position-based Insertion

In this video, we will be exploring the position based node insertion technique, a fundamental concept in graph theory and ...

18:48
Interview-Ready Linked List Code: Position-based Insertion

0 views

7 hours ago

Talent Navigator
Understanding Linked Lists  Concepts, Advantages, Applications and Algorithms🐢🔄

Summary for [Finding the Middle Node in a Linked List slow and fast pointer ...

5:53
Understanding Linked Lists Concepts, Advantages, Applications and Algorithms🐢🔄

0 views

5 days ago

Mathematics by Vijendra Sir
Lecture 28 Deletion In Doubly Linked List With Explained Algorithm & Solved Problem  | Course On DSA

Lecture 28 Deletion In Doubly Linked List With Explained Algorithm & Solved Problem | Course On DSA #datastructures ...

8:14
Lecture 28 Deletion In Doubly Linked List With Explained Algorithm & Solved Problem | Course On DSA

0 views

7 hours ago

CodeStrat
Doubly LinkedList - Remove First (5)

Learning Doubly LinkedList removing the first node from the Doubly LinkedList.

3:45
Doubly LinkedList - Remove First (5)

0 views

5 days ago

Life In Frame
Fast & Slow Pointer Pattern | Middle of Linked List | Coding Interview Concept

In this video, we solve LeetCode Problem 876 – Middle of Linked List using the powerful Fast & Slow Pointer Technique. Instead ...

11:29
Fast & Slow Pointer Pattern | Middle of Linked List | Coding Interview Concept

32 views

2 days ago

Puneeth P
17. Doubly Linked List

17. Doubly Linked List DSA Made Easy Whether you're preparing for your first coding interview or just starting your Data ...

19:58
17. Doubly Linked List

0 views

7 days ago

Mathematics by Vijendra Sir
Lecture 26 Traversing In Doubly Linked List With Explained Algorithm & Examples | Course On DSA

Lecture 26 Traversing In Doubly Linked List With Explained Algorithm & Examples | Two Way List | Course On DSA ...

4:38
Lecture 26 Traversing In Doubly Linked List With Explained Algorithm & Examples | Course On DSA

33 views

7 days ago

Vinodhini Raja
Linked list operations| Data Structures| SNS Institutions

Linked list operations include traversal, insertion, deletion, searching, and updating of nodes. Traversal is used to visit and display ...

11:13
Linked list operations| Data Structures| SNS Institutions

0 views

6 days ago

JustCode
Linked List Problem Solving | LeetCode | Study With Me | #9

Hey everyone! I'm learning Data Structures & Algorithms by solving LeetCode problems live — starting from absolute basics ...

1:37:16
Linked List Problem Solving | LeetCode | Study With Me | #9

6 views

Streamed 7 days ago

Pace Edutech
Linked List Basics | Singly Linked List & Insertion at End | Day 32 DSA Challenge 🚀

Today is Day 32 of my DSA Challenge, and today I officially started Linked Lists. Before jumping into questions, I focused on ...

13:29
Linked List Basics | Singly Linked List & Insertion at End | Day 32 DSA Challenge 🚀

22 views

3 days ago

Mohd Wasim DSA
92. Reverse Linked List II | LeetCode Medium | C++ Solution | Step-by-Step Explanation

Problem Overview You are given the head of a singly linked list and two positions left and right. Your task is to reverse the linked ...

2:44
92. Reverse Linked List II | LeetCode Medium | C++ Solution | Step-by-Step Explanation

0 views

7 days ago

CodingWithTamil
Linked List Traversal | Data Structures Explained

In this video, we explain how to traverse a linked list step by step to access and display all elements. Learn how pointers move ...

3:37
Linked List Traversal | Data Structures Explained

26 views

7 days ago

Puneeth P
18. Circular Linked List

18. Circular Linked List DSA Made Easy Whether you're preparing for your first coding interview or just starting your Data ...

5:35
18. Circular Linked List

0 views

4 days ago

Muhammad Codes
Remove Last node linked list in C++| Singly Linked List C++ | Program

In this video, you will learn how to remove a node from the end (tail) of a Singly Linked List in C++ with a practical and ...

6:44
Remove Last node linked list in C++| Singly Linked List C++ | Program

22 views

6 days ago

12 AM Coding
Linked List | Reverse Linked List | Lecture 16

Linked List - Reverse Linked List | Iterative & Recursive Methods | Lecture 17 Master the classic reverse linked list operation!

12:30
Linked List | Reverse Linked List | Lecture 16

12 views

5 days ago

Tech Simplified
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

Struggling to understand Linked Lists? This video explains Linked Lists in just 5 minutes — the easiest and fastest way to ...

5:23
Linked List Explained in 5 Minutes 🔥 | Data Structures Made Easy

0 views

2 days ago

12 AM Coding
Rotate the Linked List in Anticlock-wise by k nodes

Calculate list length ✓ Normalize K with modulo ✓ Find Kth node from start ✓ Break at Kth position ✓ Make (K+1)th node new ...

0:47
Rotate the Linked List in Anticlock-wise by k nodes

250 views

7 days ago

CodingWithTamil
Linked List Deletion at the Beginning | Data Structures Explained

In this video, we explain how to delete the first node of a linked list in a simple and structured way. Learn how the head pointer is ...

8:07
Linked List Deletion at the Beginning | Data Structures Explained

24 views

7 days ago