ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

69 results

Glass Box Computing
A Graph in Memory — Data Structures in C | 14.5

How graph representations actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture ...

5:53
A Graph in Memory — Data Structures in C | 14.5

1 view

1 day ago

Glass Box Computing
Graph Algorithms in Memory — Data Structures in C | 16.5

How graph algorithms actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto ...

12:14
Graph Algorithms in Memory — Data Structures in C | 16.5

0 views

1 day ago

Glass Box Computing
Searching Recap — Data Structures in C | 17.6

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

5:53
Searching Recap — Data Structures in C | 17.6

0 views

1 day ago

Glass Box Computing
Graph Representations: Labs — Data Structures in C | 14.11

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

7:58
Graph Representations: Labs — Data Structures in C | 14.11

4 views

1 day ago

Glass Box Computing
Sorting & Searching: Complexity & Pitfalls — Data Structures in C | 17.12

The cost of sorting and searching, operation by operation — big-O, and the traps that bite in practice. We build the complexity ...

4:36
Sorting & Searching: Complexity & Pitfalls — Data Structures in C | 17.12

0 views

1 day ago

Glass Box Computing
Why Sorting and Searching? — Data Structures in C | 17.1

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

7:06
Why Sorting and Searching? — Data Structures in C | 17.1

0 views

1 day ago

Glass Box Computing
Selection Sort — Data Structures in C | 17.8

Selection 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 ...

8:54
Selection Sort — Data Structures in C | 17.8

0 views

1 day ago

Glass Box Computing
Graph Algorithms: Labs — Data Structures in C | 16.10

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

5:56
Graph Algorithms: Labs — Data Structures in C | 16.10

3 views

1 day ago

Glass Box Computing
Why Range Query Structures? — Data Structures in C | 20.1

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

5:24
Why Range Query Structures? — Data Structures in C | 20.1

0 views

1 day ago

Glass Box Computing
Quicksort — Data Structures in C | 17.10

Quicksort, 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:18
Quicksort — Data Structures in C | 17.10

0 views

1 day ago

Glass Box Computing
Insertion Sort — Data Structures in C | 17.7

Insertion 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 ...

5:27
Insertion Sort — Data Structures in C | 17.7

3 views

1 day ago

Glass Box Computing
Segment Tree — Build, Query, Point-Update — Data Structures in C | 20.8

Segment Tree: build, query, point-update — how it works, step by step, with a memory diagram and real C code. We build it up ...

11:36
Segment Tree — Build, Query, Point-Update — Data Structures in C | 20.8

1 view

1 day ago

Glass Box Computing
Tries: Insertion — Data Structures in C | 18.6

We walk the operation one move at a time, watch it in memory, write it in C, and work out its cost. What you'll learn: • How insertion ...

6:05
Tries: Insertion — Data Structures in C | 18.6

2 views

1 day ago

Glass Box Computing
Why Graph Traversal? — Data Structures in C | 15.1

Before the how, the why: what problem graph traversal solves, and what it costs you to get it wrong. We start from a concrete ...

4:34
Why Graph Traversal? — Data Structures in C | 15.1

2 views

1 day ago

Glass Box Computing
Prefix Sums — Build and Query — Data Structures in C | 20.6

Prefix Sums: build and query — how it works, step by step, with a memory diagram and real C code. We build it up from the idea, ...

4:11
Prefix Sums — Build and Query — Data Structures in C | 20.6

1 view

1 day ago

Glass Box Computing
Merge Sort — Data Structures in C | 17.9

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 ...

9:03
Merge Sort — Data Structures in C | 17.9

10 views

1 day ago

Glass Box Computing
Heap Sort — Data Structures in C | 17.11

Heap 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 ...

7:47
Heap Sort — Data Structures in C | 17.11

0 views

1 day ago

Glass Box Computing
Fenwick Tree — Update and Prefix-Query — Data Structures in C | 20.7

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 ...

10:48
Fenwick Tree — Update and Prefix-Query — Data Structures in C | 20.7

1 view

1 day ago

Glass Box Computing
Tries: Lab Exercises — Data Structures in C | 18.12

Practice with tries: work the problems yourself, then check the worked solutions. Hands-on exercises to turn understanding into ...

7:14
Tries: Lab Exercises — Data Structures in C | 18.12

5 views

1 day ago

Glass Box Computing
Why Graph Algorithms? — Data Structures in C | 16.1

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

6:26
Why Graph Algorithms? — Data Structures in C | 16.1

0 views

1 day ago