ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45,445 results

AlgoMasterIO
How to Reverse a Linked List In-Place

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

2:35
How to Reverse a Linked List In-Place

19,994 views

11 months ago

Hello Byte
Reverse a Linked List | Coding Interview Must-Know

In this episode of the “Must-Solve Coding Interview Questions” series, we tackle one of the most classic problems: Reverse a ...

2:49
Reverse a Linked List | Coding Interview Must-Know

16,622 views

4 months ago

Hello Byte
Intersection of Two Linked Lists | Coding Interview Must-Know

In this video, we tackle a classic coding interview problem: finding the intersection of two linked lists. We cover three approaches: ...

2:57
Intersection of Two Linked Lists | Coding Interview Must-Know

2,369 views

3 months ago

Hello Byte
Finding the Start of a Cycle in a Linked List | Coding Interview Must-Know

This short video explains how to efficiently locate the starting node of a cycle in a linked list using the fast and slow pointer method ...

2:45
Finding the Start of a Cycle in a Linked List | Coding Interview Must-Know

2,614 views

4 months ago

Hello Byte
Detect Cycle in a Linked List | Coding Interview Must-Know

In this 3-minute video, learn how to check if a linked list has a cycle. We explain a simple method using a set and then show a ...

2:54
Detect Cycle in a Linked List | Coding Interview Must-Know

2,998 views

4 months ago

Hello Byte
Merge Two Sorted Linked Lists | Coding Interview Must-Know

Merge two sorted linked lists in-place using pointers and a dummy node. Step-by-step example + Python code for coding ...

2:47
Merge Two Sorted Linked Lists | Coding Interview Must-Know

3,791 views

4 months ago

Hello Byte
Add Two Numbers in Linked Lists | Coding Interview Must Know

Add Two Numbers with linked lists! Learn how to sum two reversed-digit lists like grade-school addition, handle carries, and build ...

3:00
Add Two Numbers in Linked Lists | Coding Interview Must Know

2,200 views

3 months ago

Hello Byte
Sort a Linked List | Coding Interview Must Know

Learn how to sort a linked list using merge sort — a classic coding interview problem. We'll walk through the full process with code ...

2:58
Sort a Linked List | Coding Interview Must Know

3,093 views

3 months ago

Hello Byte
Palindrome Linked List | Coding Interview Must-Know

Check out this classic coding interview problem: Palindrome Linked List! Learn how to determine if a singly linked list reads the ...

2:53
Palindrome Linked List | Coding Interview Must-Know

2,851 views

3 months ago

Hello Byte
Remove N-th Node From End of Linked List | Coding Interview Must-Know

Learn how to solve the classic linked list problem: remove the n-th node from the end in one pass using the two-pointer technique.

2:59
Remove N-th Node From End of Linked List | Coding Interview Must-Know

1,760 views

4 months ago

Apna Engineer
Types of Linked list 🔗 in data structure

... C++ Linked List in Python Linked List in Java Linked List Implementation Target Audience Beginner Data Structures Coding for ...

0:07
Types of Linked list 🔗 in data structure

7,006 views

11 months ago

QA Quick Prep
ArrayList vs LinkedList ⚡ When to Use Which | Java Basics #3 #qasession #coding

Quick visual comparison of Java's ArrayList and LinkedList—internal structure, performance, and best use cases in under a ...

0:16
ArrayList vs LinkedList ⚡ When to Use Which | Java Basics #3 #qasession #coding

104 views

3 months ago

TRIKX
Cute linked list🥰 #programming #linkedlist #array #dsa #python #java #webdeveloper
0:06
Cute linked list🥰 #programming #linkedlist #array #dsa #python #java #webdeveloper

2,483 views

9 months ago

myCodeBook
Insertion in Linked List data structure #shorts #dsa #datastructure #linkedlist #cse

Singly Linked List Insertion between two nodes Insertion in Linked Lists Linked List insertion.

0:11
Insertion in Linked List data structure #shorts #dsa #datastructure #linkedlist #cse

1,867 views

10 months ago

NexTech
Linked List in Java Explained in 60 Seconds! 🔗 #Shorts.

Ever wondered how to manage dynamic data in Java without fixed size array limitations a linked list uses nodes each holding ...

0:35
Linked List in Java Explained in 60 Seconds! 🔗 #Shorts.

167 views

1 month ago

LEARN CODE
♻️ Reverse a Singly Linked List🚀 #Coding #DSA #linkedlists

Reverse a Singly Linked List #Coding #DSA #linkedlists #programming #coding #code #dsa #programmers #java #cse ...

0:20
♻️ Reverse a Singly Linked List🚀 #Coding #DSA #linkedlists

2,650 views

8 months ago

Coding theory
Print All Elements of a Linked List | C++ Linked List Traversal | DSA Basics

This video explains how to **print all the elements of a singly linked list** in C++. The elements are printed on a single line ...

0:12
Print All Elements of a Linked List | C++ Linked List Traversal | DSA Basics

509 views

5 months ago

Java
What is a Skip List?  - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

Cracking the #Java #Coding #Interview - Question 278: What is a SkipList? Watch all the questions here: ...

1:23
What is a Skip List? - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

18,923 views

4 months ago

VilearnX AI
Reverse a Singly Linked List ♻️ | Step-by-Step Iterative Solution Explained | #vilearnx

Reverse a Singly Linked List ♻️ | Step-by-Step Iterative Solution Explained | #vilearnx ♻️ How to Reverse a Singly Linked List ...

0:20
Reverse a Singly Linked List ♻️ | Step-by-Step Iterative Solution Explained | #vilearnx

2,158 views

7 months ago

Viplove QA - SDET
Arraylist vs LinkedList | Java Interview Question

ArrayList vs LinkedList ArrayList: Uses a dynamic array, provides fast random access (O(1)), but slow insertions/deletions (O(n)) in ...

0:06
Arraylist vs LinkedList | Java Interview Question

1,201 views

9 months ago