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
634 results
https://www.cppnow.org --- Algorithms for Trees - Foldable, Applicative, Traversable - Steve Downey - C++Now 2026 --- The use ...
2,407 views
2 days ago
Build an intuitive mental model of core data structures and algorithms using relatable, real-world analogies. Topics range from ...
94,383 views
5 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
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
6 days ago
Searching on tries — finding an element, and how many places you have to look. This lesson shows exactly what happens, step ...
24 views
A plain, precise definition of tries — and the one idea everything else follows from. We define it exactly, picture it, and pull out the ...
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 ...
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
In this video, we solve the Construct Binary Tree from Preorder and Inorder Traversal problem, one of the most important Binary ...
222 views
The Traversal abstract data type: describing the type by what it promises, not how it's built. We separate the interface (the ...
Learn Data Structures and Algorithms using C from the foundations to interview-level problem solving. In Session 1 of The Talent ...
7 views
Three ideas hold this chapter together: relaxation, spanning trees and topological order. Before any single algorithm, we name 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 ...
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 ...
The bugs people actually hit with range query structures — shown, explained, and fixed. A gallery of real mistakes: what they look ...