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
21,499 results
A deep dive into the Odin programming language. Topics: - Odin language fundamentals - Raylib particle system - Explicit ...
22,266 views
21 hours ago
This is a clip from a longer conversation with David Malan who is a Harvard professor known for turning CS50 into a popular ...
32,303 views
5 days ago
Before the how, the why: what problem stacks solve, and what it costs you to get them wrong. We start from a concrete problem, ...
1 view
8 days ago
Append on dynamic arrays — adding to the end, and when it stays cheap. This lesson shows exactly what happens, step by step, ...
0 views
9 days ago
A plain, precise definition of singly linked lists — and the one idea everything else follows from. We define the structure exactly, ...
5 views
A plain, precise definition of arrays — and the one idea everything else follows from. We define the structure exactly, picture it, and ...
The bugs people actually hit with stacks — shown, explained, and fixed. A gallery of real mistakes: what they look like, why they ...
6 views
Computer Anudeshak Bharti | DSA Marathon Class | Complete Revision | Deepraj Sir Computer Anudeshak Bharti, Computer ...
3,759 views
Streamed 19 hours ago
Rehashing on hash tables — resizing the table and re-placing keys. This lesson shows exactly what happens, step by step, with a ...
7 days ago
Before the how, the why: what problem dynamic arrays solve, and what it costs you to get them wrong. We start from a concrete ...
2 views
Access on arrays — reading and updating a slot in constant time. This lesson shows exactly what happens, step by step, with a ...
Insertion on arrays — adding an element, and the shifting it forces. This lesson shows exactly what happens, step by step, with a ...
4 views
Traversal on arrays — visiting every element in order. This lesson shows exactly what happens, step by step, with a memory ...
13 views
How stacks actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
7 views
Before the how, the why: what problem arrays solve, and what it costs you to get them wrong. We start from a concrete problem, ...
Data Structures Using C | Lecture 1: Introduction to the C Programming Language Welcome to the Data Structures Using C ...
47 views
2 weeks ago
A plain, precise definition of stacks — and the one idea everything else follows from. We define the structure exactly, picture it, and ...
Before the how, the why: what problem binary trees solve, and what it costs you to get them wrong. We start from a concrete ...
▶️ Subscribe to the channel https://www.youtube.com/c/AltusSA?sub_confirmation=1 🔊 Comment | 👍 Like | 🔔 Turn on notifications ...
24 views
4 days ago
Deletion on arrays — removing an element, and closing the gap. This lesson shows exactly what happens, step by step, with a ...