ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

329 results

Glass Box Computing
4.2 What Is a Linked List? — Data Structures in C

A plain, precise definition of data structures — and the one idea everything else follows from. We define the structure exactly, ...

1:19
4.2 What Is a Linked List? — Data Structures in C

0 views

24 seconds ago

Glass Box Computing
3.5 Append — Data Structures in C

Append on data structures — adding to the end, and when it stays cheap. This lesson shows exactly what happens, step by step, ...

10:12
3.5 Append — Data Structures in C

0 views

3 hours ago

Awesome
The simpler alternative to C and Rust

A deep dive into the Odin programming language. Topics: - Odin language fundamentals - Raylib particle system - Explicit ...

9:11
The simpler alternative to C and Rust

20,650 views

15 hours ago

Glass Box Computing
3.12 Lab Exercises — Data Structures in C

Practice with data structures: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...

10:28
3.12 Lab Exercises — Data Structures in C

2 views

3 hours ago

Glass Box Computing
1.9 Recap — Data Structures in C

A tight recap of data structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...

2:12
1.9 Recap — Data Structures in C

0 views

11 hours ago

Glass Box Computing
2.10 Three Views of One Operation — Data Structures in C

Three Views of One Operation — a focused lesson in the Data Structures series. A clear, visual explanation with a memory ...

1:39
2.10 Three Views of One Operation — Data Structures in C

1 view

9 hours ago

Glass Box Computing
4.3 The List ADT — Data Structures in C

The Data Structures abstract data type: describing the structure by what it promises, not how it's built. We separate the interface ...

3:21
4.3 The List ADT — Data Structures in C

0 views

45 seconds ago

Glass Box Computing
4.1 Why Linked Lists? — Data Structures in C

Before the how, the why: what problem data structures solve, and what it costs you to get them wrong. We start from a concrete ...

7:24
4.1 Why Linked Lists? — Data Structures in C

0 views

30 minutes ago

Glass Box Computing
1.1 Why Data Structures Matter? — Data Structures in C

Before the how, the why: what problem data structures solve, and what it costs you to get them wrong. We start from a concrete ...

8:19
1.1 Why Data Structures Matter? — Data Structures in C

4 views

16 hours ago

Glass Box Computing
3.9 Invariants & Complexity — Data Structures in C

The invariants of data structures: the facts that must stay true after every operation. We state each invariant plainly and show how ...

3:13
3.9 Invariants & Complexity — Data Structures in C

0 views

3 hours ago

Glass Box Computing
2.5 Access & Update — Data Structures in C

Access on data structures — reading and updating a slot in constant time. This lesson shows exactly what happens, step by step, ...

2:24
2.5 Access & Update — Data Structures in C

0 views

10 hours ago

Glass Box Computing
3.7 Access, Insert & Delete — Data Structures in C

Access on data structures — reading and updating a slot in constant time. This lesson shows exactly what happens, step by step, ...

5:14
3.7 Access, Insert & Delete — Data Structures in C

3 views

3 hours ago

Glass Box Computing
1.2 Logical View vs Physical View — Data Structures in C

Logical View vs Physical View — a focused lesson in the Data Structures series. A clear, visual explanation with a memory ...

3:31
1.2 Logical View vs Physical View — Data Structures in C

1 view

16 hours ago

Glass Box Computing
3.10 Common Mistakes — Data Structures in C

The bugs people actually hit with data structures — shown, explained, and fixed. A gallery of real mistakes: what they look like, ...

3:26
3.10 Common Mistakes — Data Structures in C

1 view

3 hours ago

Glass Box Computing
2.9 Searching — Data Structures in C

Searching on data structures — finding an element, by scan or by binary search. This lesson shows exactly what happens, step by ...

11:31
2.9 Searching — Data Structures in C

3 views

10 hours ago

Glass Box Computing
1.7 How to Read These Slides — Data Structures in C

How to Read These Slides — a focused lesson in the Data Structures series. A clear, visual explanation with a memory diagram ...

1:33
1.7 How to Read These Slides — Data Structures in C

0 views

12 hours ago

Glass Box Computing
2.6 Traversal — Data Structures in C

Traversal on data structures — visiting every element in order. This lesson shows exactly what happens, step by step, with a ...

1:27
2.6 Traversal — Data Structures in C

2 views

10 hours ago

Glass Box Computing
3.4 Dynamic Arrays in Memory — Data Structures in C

How data structures actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...

1:36
3.4 Dynamic Arrays in Memory — Data Structures in C

0 views

3 hours ago

Glass Box Computing
3.11 Wrap-up — Data Structures in C

A tight recap of data structures: the mental model, the operations, and the costs — everything worth keeping. The essential ...

2:25
3.11 Wrap-up — Data Structures in C

1 view

3 hours ago

Glass Box Computing
2.8 Deletion — Data Structures in C

Deletion on data structures — removing an element, and closing the gap. This lesson shows exactly what happens, step by step, ...

5:57
2.8 Deletion — Data Structures in C

0 views

10 hours ago