ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,578 results

Glass Box Computing
What Is a Balanced Tree? — Data Structures in C

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

2:33
What Is a Balanced Tree? — Data Structures in C

0 views

5 days ago

Glass Box Computing
Balanced Trees: Complexity — Data Structures in C

The cost of every balanced tree operation in one place — big-O, and the traps that bite in practice. We build the complexity table ...

1:14
Balanced Trees: Complexity — Data Structures in C

4 views

5 days ago

Glass Box Computing
Why Balanced Trees? — Data Structures in C

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

6:45
Why Balanced Trees? — Data Structures in C

2 views

5 days ago

Glass Box Computing
What Is a Binary Tree? — Data Structures in C

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

3:33
What Is a Binary Tree? — Data Structures in C

2 views

5 days ago

Glass Box Computing
Binary Search Trees: Search — Data Structures in C

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

3:01
Binary Search Trees: Search — Data Structures in C

0 views

5 days ago

Glass Box Computing
Binary Trees: Traversals — Data Structures in C

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

13:00
Binary Trees: Traversals — Data Structures in C

4 views

5 days ago

Glass Box Computing
Balanced Trees: Lab Exercises — Data Structures in C

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

7:23
Balanced Trees: Lab Exercises — Data Structures in C

2 views

5 days ago

Glass Box Computing
Why Binary Trees? — Data Structures in C

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

4:19
Why Binary Trees? — Data Structures in C

1 view

5 days ago

Glass Box Computing
Binary Trees: Labs — Data Structures in C

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

5:45
Binary Trees: Labs — Data Structures in C

0 views

5 days ago

Glass Box Computing
Why Binary Search Trees? — Data Structures in C

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

5:00
Why Binary Search Trees? — Data Structures in C

0 views

5 days ago

Glass Box Computing
Balanced Trees: Recap — Data Structures in C

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

1:42
Balanced Trees: Recap — Data Structures in C

1 view

5 days ago

Glass Box Computing
Binary Trees: Complexity — Data Structures in C

The cost of every binary tree operation in one place — big-O, and the traps that bite in practice. We build the complexity table from ...

1:49
Binary Trees: Complexity — Data Structures in C

0 views

5 days ago

Glass Box Computing
Binary Trees: Invariants — Data Structures in C

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

2:32
Binary Trees: Invariants — Data Structures in C

1 view

5 days ago

Glass Box Computing
Balanced Trees: Design Tradeoffs — Data Structures in C

When to reach for balanced trees — and when not to. The design tradeoffs, side by side. We compare balanced trees against the ...

1:36
Balanced Trees: Design Tradeoffs — Data Structures in C

0 views

5 days ago

Glass Box Computing
Binary Trees: The Binary Tree ADT — Data Structures in C

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

1:42
Binary Trees: The Binary Tree ADT — Data Structures in C

1 view

5 days ago

Glass Box Computing
Binary Search Trees: Complexity & Height — Data Structures in C

The cost of every binary search tree operation in one place — big-O, and the traps that bite in practice. We build the complexity ...

4:34
Binary Search Trees: Complexity & Height — Data Structures in C

1 view

5 days ago

Glass Box Computing
Binary Trees: A Node in Memory — Data Structures in C

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

2:49
Binary Trees: A Node in Memory — Data Structures in C

0 views

5 days ago

Glass Box Computing
Binary Trees: Structural Measures — Data Structures in C

Structural Measures — a focused lesson in the Binary Trees series. A clear, visual explanation with a memory diagram and real C ...

2:16
Binary Trees: Structural Measures — Data Structures in C

0 views

5 days ago

Glass Box Computing
Binary Search Trees: A Node in Memory — Data Structures in C

How binary search trees actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto ...

1:08
Binary Search Trees: A Node in Memory — Data Structures in C

1 view

5 days ago

Glass Box Computing
Binary Trees: Common Mistakes — Data Structures in C

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

3:28
Binary Trees: Common Mistakes — Data Structures in C

6 views

5 days ago