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
31 results
In this practical demo, I explain and demonstrate the while loop in Java with a simple programming example. In this video, you will ...
24 views
21h ago
Become the software engineer AI can't replace. Join Amigoscode Academy: https://skool.com/amigoscode-academy ...
7,705 views
18h ago
Learn Single Number (LeetCode 136) in Java with Prepflix. Derive XOR from the bit truth table, cancellation, parity, commutativity ...
1 view
17h ago
Learn Single Number II (LeetCode 137) in Java with Prepflix. Start with direct candidate counting, derive per-bit counts modulo ...
0 views
Learn Valid Triangle Number (LeetCode 611) in Java with Prepflix. Understand strict triangle inequalities and duplicate ...
2 views
20h ago
Learn Total Hamming Distance (LeetCode 477) in Java with Prepflix. Derive XOR population count, enumerate unordered index ...
15 views
Learn 4Sum (LeetCode 18) in Java with Prepflix. Start with a genuine quartic baseline timeout, then derive sorting, two fixed ...
3 views
Learn Container With Most Water (LeetCode 11) in Java with Prepflix. Derive the area formula, inspect a real brute-force timeout, ...
Learn Two Sum II - Input Array Is Sorted (LeetCode 167) in Java with Prepflix. Start with a genuine brute-force timeout, derive the ...
5 views
19h ago
Learn 3Sum (LeetCode 15) in Java with Prepflix. Understand unique value triplets versus distinct indices, inspect the genuine ...
Learn 3Sum Closest (LeetCode 16) in Java with Prepflix. Start with a correct accepted exhaustive baseline, then derive sorting ...
In this video, you will learn how to find and print prime numbers in an array using Java. We break down the entire logic ...
In this video, you will learn how to print odd numbers from 1 to 100 in Java using: ✓ For Loop ✓ While Loop ✓ Modulus operator ...
14h ago
... if-else and Nested if ✓ switch-case Statement ✓ Loops in C ✓ for, while and do-while Loops ✓ break and continue ✓ Arrays ...
15h ago
What if a linked list never ran out of nodes? In this video, we build the circular linked list from a single change: instead of ending at ...
6 views
16h ago
You don't need to learn something new to start building for Meta VR and AI Glasses. You can use the tools you already know.
422 views
Why Are We the Only Humans Left While Other Ancient Humans Vanished? For most of our history, we were not alone. At least six ...
123 views
22h ago
A safety-trained AI will refuse to help build a bomb — unless you ask it as ten separate, innocent-looking questions and assemble ...
1h ago
Websites today do so much more than just display static text and images. Every time you click a button to open a menu, submit a ...
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 ...