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
2,107 results
Learn Data Structures and Algorithms using C from the foundations to interview-level problem solving. In Session 1 of The Talent ...
8 views
3 days ago
Searching on tries — finding an element, and how many places you have to look. This lesson shows exactly what happens, step ...
17 views
1 day 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
The bugs people actually hit with graph representations — shown, explained, and fixed. A gallery of real mistakes: what they look ...
4 views
The cost of every trie operation in one place — big-O, and the traps that bite in practice. We build the complexity table from the ...
A plain, precise definition of a graph — and the one idea everything else follows from. We define it exactly, picture it, and pull out ...
The cost of every graph representation operation in one place — big-O, and the traps that bite in practice. We build the complexity ...
The invariants of graph traversal: the facts that must stay true after every operation. We state each invariant plainly and show how ...
A tight recap of range query structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...
How graph representations actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...
1 view
Full and complete course of Data Structures Using C language, step by step in English and Hindi by Online University, Basic ...
21 views
7 days ago
The cost of every range query structure operation in one place — big-O, and the traps that bite in practice. We build the complexity ...
Practice with graph algorithms: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
2 views
The bugs people actually hit with graph traversal — shown, explained, and fixed. A gallery of real mistakes: what they look like, ...
Before the how, the why: what problem graph traversal solves, and what it costs you to get it wrong. We start from a concrete ...
3 views
When to reach for sorting and searching — and when not to. The design tradeoffs, side by side. We compare sorting and ...
The Trie abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the operations ...
A plain, precise definition of tries — and the one idea everything else follows from. We define it exactly, picture it, and pull out the ...
When to reach for tries — and when not to. The design tradeoffs, side by side. We compare tries against the alternatives so you ...
Practice with graph representations: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...