ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

174 results

Code with Chetan
Data Structures Explained Visually — Full Course for Beginners (Java)

Every data structure you need for coding interviews, explained visually, from zero. One story runs through the whole course: your ...

52:08
Data Structures Explained Visually — Full Course for Beginners (Java)

53 views

2 days ago

Live To Code
Data Structures for Interview Preparation | Dynamic Arrays Explained Visually

Ever wondered how an array can just "grow" when a fixed-size array can't? In this video, we open up the dynamic array — the ...

2:35
Data Structures for Interview Preparation | Dynamic Arrays Explained Visually

23 views

3 weeks ago

It's Leo
DSA Roadmap in Java + Two Sum Explained | Complete DSA Course #01

Start learning data structures and algorithms in Java with a clear DSA roadmap and Two Sum solved three ways: brute force, ...

1:07:48
DSA Roadmap in Java + Two Sum Explained | Complete DSA Course #01

9 views

2 days ago

Live To Code
Data Structures for Interview Preparation | Strings as Character Arrays Explained Visually

Strings feel simple to use, but underneath they're built from something surprisingly familiar: an array of characters. In this video ...

8:00
Data Structures for Interview Preparation | Strings as Character Arrays Explained Visually

33 views

8 days ago

Live To Code
Data Structures for Interview Preparation | Multi-Dimensional Arrays Explained Visually

What's the difference between "dimension" and "shape"? Is a Java 2D array really stored as one flat block in memory — or ...

4:01
Data Structures for Interview Preparation | Multi-Dimensional Arrays Explained Visually

7 views

3 weeks ago

Live To Code
How ArrayList Works Internally in Java — Full Deep Dive (Big-O, Resize, Iterator)

Ever wondered what actually happens inside a Java ArrayList when you call add(), remove(), or get()? This is a complete, ...

4:40
How ArrayList Works Internally in Java — Full Deep Dive (Big-O, Resize, Iterator)

155 views

3 weeks ago

Live To Code
Data Structures for Interview Preparation | Substrings & Sliding Window Explained Visually

You've reversed, rotated, and compared whole strings — now it's time to work with just a piece of one. In this video, we build the ...

9:02
Data Structures for Interview Preparation | Substrings & Sliding Window Explained Visually

21 views

4 days ago

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

1 day ago

Live To Code
Data Structures for Interview Preparation | Anagram Detection with Character Frequency Buckets

Two strings can be completely different and still be anagrams of each other — same letters, just shuffled. In this video, we start ...

13:03
Data Structures for Interview Preparation | Anagram Detection with Character Frequency Buckets

27 views

2 days ago

Code Clarity DSA
Two Sum in Java — The HashMap Mistake That Reuses One Index

Why must Two Sum check the HashMap BEFORE adding the current number? See how the wrong order reuses one index—and ...

4:20
Two Sum in Java — The HashMap Mistake That Reuses One Index

25 views

8 days ago

Code Clarity DSA
Java HashMap Internals — How get() Finds Your Key

Where does Java look when you call get()? Follow one key from its hash code to its bucket, then see how HashMap handles ...

11:23
Java HashMap Internals — How get() Finds Your Key

30 views

10 days ago

Code with Chetan
Every Data Structure Explained in 7 Minutes (Short Version)

All twelve data structures, drawn and explained — array, dynamic array, linked list, stack, queue, hash map, hash set, tree, binary ...

7:00
Every Data Structure Explained in 7 Minutes (Short Version)

23 views

4 weeks ago

Geekific
BFS vs DFS Explained Visually | Graph Traversal Algorithms in Java | Geekific

Most developers memorize BFS and DFS… …but never actually understand the difference. They know: “Queue for BFS”, “Stack ...

7:06
BFS vs DFS Explained Visually | Graph Traversal Algorithms in Java | Geekific

917 views

5 days ago

Meisam Amjad
ArrayList Data Structure From the List Abstract Data Type

In this video, I'm going to be talking about another data structure that implements the concept of the list or what we call it a list ...

25:46
ArrayList Data Structure From the List Abstract Data Type

41 views

2 weeks ago

Paradigmas - Fiuba
MVC, MVP y MVVM: cuál es la diferencia, con ejemplo en Java

Qué separa cada uno de los tres modelos de arquitectura, qué problema resuelve cada uno y cómo se ve el recorrido completo ...

31:19
MVC, MVP y MVVM: cuál es la diferencia, con ejemplo en Java

296 views

2 weeks ago

Code with Chetan
1 Million Threads on One Machine — Java Virtual Threads Explained in 9 Minutes

All 12 data structures explained visually: https://youtu.be/FTaQY_SIrgo reset vs revert - the Git answer that fails the follow-up: ...

9:02
1 Million Threads on One Machine — Java Virtual Threads Explained in 9 Minutes

186 views

3 weeks ago

Visualcoders
Insertion Sort Tutorial | See It With Cards, Code It in Java

... Design Patterns: https://www.youtube.com/playlist?list=PL2MKEvl7Sd7mPNjJ-JFu04kt-e1SRB93w Tree Data Structure: ...

3:37
Insertion Sort Tutorial | See It With Cards, Code It in Java

120 views

3 weeks ago

rats159
Why do we keep reinventing enums?

The vast majority (cough cough, go) of programming languages out there have enums, but for some reason every language winds ...

9:32
Why do we keep reinventing enums?

234,235 views

13 days ago

VLINX
Can AI Reverse Obfuscated Java Code? We Ran a Test.

Java compiles to bytecode, and bytecode decompiles back to source almost perfectly. The usual answer to that has been ...

3:58
Can AI Reverse Obfuscated Java Code? We Ran a Test.

109 views

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

1 view

15 hours ago