ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

308 results

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

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

Learn Programming With Vivek
Java Fundamentals: Arrays: Seven Days of Menus | Unit 11

Seven days, seven menus, one variable: the array. Fixed size, index from zero, length, sorting with Arrays.sort, printing with Arrays ...

4:37
Java Fundamentals: Arrays: Seven Days of Menus | Unit 11

24 views

11 days ago

Paradigmas - Fiuba
Herencia, interfaces y polimorfismo en Java: por qué List y no ArrayList

Todo escrito en vivo en IntelliJ: extends, super(), private contra protected, clases abstractas, override y casteo. La clase termina ...

1:07:57
Herencia, interfaces y polimorfismo en Java: por qué List y no ArrayList

136 views

4 weeks ago

작당연구소
[AI-Powered Learning] Java - Array Basics

In this lecture, we will learn about Java arrays. Moving away from the method of storing only one value in a single variable ...

3:10
[AI-Powered Learning] Java - Array Basics

222 views

4 weeks ago

Learn Programming With Vivek
Java Fundamentals: ArrayList: A List That Grows | Unit 19

Unit 11's array had seven fixed slots. TiffinBox gets a new customer every week. ArrayList grows as you add: add, get, remove, ...

4:44
Java Fundamentals: ArrayList: A List That Grows | Unit 19

12 views

11 days ago

Prepflix
Remove Duplicates from Sorted Array in Java | Read/Write Proof | LeetCode 26 | Prepflix

Learn Remove Duplicates from Sorted Array (LeetCode 26) in Java with Prepflix. Understand logical length and the custom judge, ...

14:45
Remove Duplicates from Sorted Array in Java | Read/Write Proof | LeetCode 26 | Prepflix

7 views

11 hours ago

Learn Programming With Vivek
Java Fundamentals: Recursion, Varargs and Two-Dimensional Arrays | Unit 40

Asha's family lunch is a box with boxes inside it, and Unit 09's loop cannot know how deep it goes. Recursion with the call stack ...

4:47
Java Fundamentals: Recursion, Varargs and Two-Dimensional Arrays | Unit 40

3 views

9 days ago

Prepflix
Maximum Subarray in Java | Brute Force to Kadane’s Algorithm | LeetCode 53 | Prepflix

Learn Maximum Subarray (LeetCode 53) in Java with Prepflix. Start from exhaustive interval enumeration, understand its real ...

14:30
Maximum Subarray in Java | Brute Force to Kadane’s Algorithm | LeetCode 53 | Prepflix

5 views

3 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

Jakubication
Write A Java Program To Find Sum Of Digits Of Given Number With String Conversion

This video shows me write a Java program to find sum of the digits of a given number by converting it to a string. By looping ...

2:54
Write A Java Program To Find Sum Of Digits Of Given Number With String Conversion

187 views

2 weeks ago

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

Paradigmas - Fiuba
Principios SOLID explicados uno por uno, con ejemplos en Java

Los cinco principios SOLID, una letra por vez, cada uno con su ejemplo de código y con el criterio concreto para decidir si está ...

1:12:41
Principios SOLID explicados uno por uno, con ejemplos en Java

205 views

3 weeks ago

Vaadin
Spring Boot + Vaadin Tutorial: Build a Java Web App UI (2026)

Vaadin is an open source Java web framework for building web app UIs entirely in Java — no JavaScript, no HTML. In this ...

1:03:16
Spring Boot + Vaadin Tutorial: Build a Java Web App UI (2026)

3,923 views

4 weeks ago

Jakubication
Write A Java Program To Find Sum Of Digits Of Given Number With Math

This video shows me write a Java program to find sum of the digits of a given number with math. I go through the given number in ...

1:52
Write A Java Program To Find Sum Of Digits Of Given Number With Math

165 views

2 weeks ago

Prepflix
Corporate Flight Bookings in Java | Difference Array & Prefix Sum | LeetCode 1109 | Prepflix

Learn Corporate Flight Bookings (LeetCode 1109) in Java with Prepflix. Understand brute force, derive difference arrays, follow ...

14:30
Corporate Flight Bookings in Java | Difference Array & Prefix Sum | LeetCode 1109 | Prepflix

11 views

3 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

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

Insertion Sort Explained visually with playing cards first, then Java code, C++ code, and C code so the shifts finally feel obvious.

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

120 views

3 weeks ago