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
618 results
Build an intuitive mental model of core data structures and algorithms using relatable, real-world analogies. Topics range from ...
93,437 views
5 days ago
https://www.cppnow.org --- Algorithms for Trees - Foldable, Applicative, Traversable - Steve Downey - C++Now 2026 --- The use ...
2,323 views
2 days ago
Segment Tree: build, query, point-update — how it works, step by step, with a memory diagram and real C code. We build it up ...
1 view
Enter the world of Non-Linear Data Structures through a cinematic 3D journey into Trees and Graphs—from absolute beginner ...
29 views
4 days ago
How tries actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real addresses ...
2 views
VimalKaushik-g3t Please like, Share, and subscribe. If any doubts or feedback, please comment below. In this video, we ...
3 views
Searching on tries — finding an element, and how many places you have to look. This lesson shows exactly what happens, step ...
24 views
Fenwick Tree: update and prefix-query — how it works, step by step, with a memory diagram and real C code. We build it up from ...
AI coding agents can write increasingly sophisticated software, but the quality of that software often comes down to decisions that ...
7,295 views
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
When to reach for tries — and when not to. The design tradeoffs, side by side. We compare tries against the alternatives so you ...
0 views
The Traversal abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the ...
Three ideas hold this chapter together: relaxation, spanning trees and topological order. Before any single algorithm, we name the ...
Learn Data Structures and Algorithms using C from the foundations to interview-level problem solving. In Session 1 of The Talent ...
7 views
6 days ago
A plain, precise definition of tries — and the one idea everything else follows from. We define it exactly, picture it, and pull out the ...
Before the how, the why: what problem range query structures solve, and what it costs you to get them wrong. We start from a ...
The bugs people actually hit with range query structures — shown, explained, and fixed. A gallery of real mistakes: what they look ...
How range query structures actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...
When to reach for range query structures — and when not to. The design tradeoffs, side by side. We compare range query ...