Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
308 results
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 ...
23 views
3 weeks ago
Ever wondered what actually happens inside a Java ArrayList when you call add(), remove(), or get()? This is a complete, ...
155 views
What's the difference between "dimension" and "shape"? Is a Java 2D array really stored as one flat block in memory — or ...
7 views
Seven days, seven menus, one variable: the array. Fixed size, index from zero, length, sorting with Arrays.sort, printing with Arrays ...
24 views
11 days ago
Todo escrito en vivo en IntelliJ: extends, super(), private contra protected, clases abstractas, override y casteo. La clase termina ...
136 views
4 weeks ago
In this lecture, we will learn about Java arrays. Moving away from the method of storing only one value in a single variable ...
222 views
Unit 11's array had seven fixed slots. TiffinBox gets a new customer every week. ArrayList grows as you add: add, get, remove, ...
12 views
Learn Remove Duplicates from Sorted Array (LeetCode 26) in Java with Prepflix. Understand logical length and the custom judge, ...
11 hours ago
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 ...
3 views
9 days ago
Learn Maximum Subarray (LeetCode 53) in Java with Prepflix. Start from exhaustive interval enumeration, understand its real ...
5 views
3 days ago
Strings feel simple to use, but underneath they're built from something surprisingly familiar: an array of characters. In this video ...
33 views
8 days ago
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 ...
187 views
2 weeks ago
Every data structure you need for coding interviews, explained visually, from zero. One story runs through the whole course: your ...
53 views
2 days ago
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á ...
205 views
Vaadin is an open source Java web framework for building web app UIs entirely in Java — no JavaScript, no HTML. In this ...
3,923 views
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 ...
165 views
Learn Corporate Flight Bookings (LeetCode 1109) in Java with Prepflix. Understand brute force, derive difference arrays, follow ...
11 views
Why must Two Sum check the HashMap BEFORE adding the current number? See how the wrong order reuses one index—and ...
25 views
Insertion Sort Explained visually with playing cards first, then Java code, C++ code, and C code so the shifts finally feel obvious.
120 views