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
113 results
... structures introduction to data structures and algorithms introduction to data structures playlist introduction to data structures in c ...
2 views
2h ago
Before the how, the why: what problem sorting and searching solve, and what it costs you to get them wrong. We start from a ...
0 views
5d ago
A tight recap of searching: the mental model, the operations, and the costs — everything worth keeping. The essential takeaways ...
1 view
The cost of sorting and searching, operation by operation — big-O, and the traps that bite in practice. We build the complexity ...
Quicksort, end to end: how it sorts, why it's correct, and what it costs. We watch the algorithm run on a real array, then write it in C ...
Prefix Sums: build and query — how it works, step by step, with a memory diagram and real C code. We build it up from the idea, ...
The same depth-first walk with an explicit stack instead of recursion — including the two things recursion was quietly doing for you ...
How graph algorithms actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto ...
Practice with graph algorithms: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
We walk the operation one move at a time, watch it in memory, write it in C, and work out its cost. What you'll learn: • How insertion ...
Before the how, the why: what problem graph representations solve, and what it costs you to get them wrong. We start from a ...
Insertion Sort, end to end: how it sorts, why it's correct, and what it costs. We watch the algorithm run on a real array, then write it in ...
3 views
Heap Sort, end to end: how it sorts, why it's correct, and what it costs. We watch the algorithm run on a real array, then write it in C ...
Depth-first search plunges down one path until it dead-ends, then backs up: the cave, not the pond. We predict the discovery order ...
Practice with graph representations: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
4 views
24 views
2d ago
A plain, precise definition of a graph — and the one idea everything else follows from. We define it exactly, picture it, and pull out ...
How graph representations actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...
Before the how, the why: what problem graph traversal solves, and what it costs you to get it wrong. We start from a concrete ...
Merge Sort, end to end: how it sorts, why it's correct, and what it costs. We watch the algorithm run on a real array, then write it in C ...
10 views