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
5,828 results
... #JavaWithDSA #CodingInterview #DSAPreparation #DataStructures #Algorithms #DSAPatterns #Java #PlacementPreparation ...
190 views
1 day ago
Building a Music Playlist Manager using Singly Linked List.
4 views
6 days ago
Before the how, the why: what problem data structures solve, and what it costs you to get them wrong. We start from a concrete ...
50 views
3 weeks ago
Practice with dynamic arrays: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
8 views
Append on dynamic arrays — adding to the end, and when it stays cheap. This lesson shows exactly what happens, step by step, ...
2 views
A tight recap of searching: the mental model, the operations, and the costs — everything worth keeping. The essential takeaways ...
7 days ago
Close the loop and the special cases disappear: a ring has no NULL to guard, so a lap simply wraps. We build a ring from a single ...
3 views
2 weeks ago
The cost of every singly linked list operation in one place — big-O, and the traps that bite in practice. We build the complexity table ...
The cost of every array operation in one place — big-O, and the traps that bite in practice. We build the complexity table from the ...
1 view
Before the how, the why: what problem heaps and priority queues solve, and what it costs you to get them wrong. We start from a ...
13 days ago
Gate Smashers Shorts: Watch quick concepts & short videos here: https://www.youtube.com/@GateSmashersShorts Subscribe ...
333 views
2 hours ago
Push / Pop on an array stack — adding and removing at the top. This lesson shows exactly what happens, step by step, with a ...
The cost of every binary search tree operation in one place — big-O, and the traps that bite in practice. We build the complexity ...
Before the how, the why: what problem dynamic arrays solve, and what it costs you to get them wrong. We start from a concrete ...
The invariants of queues and deques: the facts that must stay true after every operation. We state each invariant plainly and show ...
0 views
Enqueue / Dequeue on queues and deques — adding at one end, removing at the other. This lesson shows exactly what ...
7 views
Three operations on a dynamic array: get and set stay O(1), while insert and delete in the middle are still the array's O(n) shift.
How graph representations actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...
10 days ago
No programming knowledge is required. This is ultimate coding foundation which takes you from absolute beginner to the ...
187 views
3 hours ago
The Cost Model — a focused lesson in the Data Structures series. A clear, visual explanation with a memory diagram and real C ...
6 views