ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

56 results

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

6 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

6 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

6 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

6 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

6 days ago

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

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

1:17
Binary Trees: Design Tradeoffs — Data Structures in C

5 views

6 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

6 days ago

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

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

1:32
Binary Search Trees: The BST ADT — Data Structures in C

0 views

6 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

6 days ago

DSAEssentials
DSA Coding challenge: Longest consecutive path in a binary tree

In this video, we solve a coding problem on finding the longest consecutive path in a binary tree using preorder traversal and ...

3:26
DSA Coding challenge: Longest consecutive path in a binary tree

1 view

1 day ago

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

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

2:25
What Is a BST? — Data Structures in C

0 views

6 days ago

VividCode
Binary Search Tree: The Art of Ordered Storage

Explains how a binary search tree works through search, insert, and delete operations, and demonstrates the O(n) degeneration ...

2:15
Binary Search Tree: The Art of Ordered Storage

0 views

6 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

6 days ago

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

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

2:53
Binary Search Trees: Common Mistakes — Data Structures in C

0 views

6 days ago

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

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

1:58
Binary Search Trees: Recap — Data Structures in C

0 views

6 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

6 days ago

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

6 days ago

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

Insertion on binary search trees — adding an element, and the shifting it forces. This lesson shows exactly what happens, step by ...

3:44
Binary Search Trees: Insertion — Data Structures in C

0 views

6 days ago

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

We state each invariant plainly and show how the operations preserve it — the key to correct code. What you'll learn: • What an ...

0:57
Binary Search Trees: Invariants — Data Structures in C

0 views

6 days ago

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

When to reach for binary search trees — and when not to. The design tradeoffs, side by side. We compare binary search trees ...

1:44
Binary Search Trees: Design Tradeoffs — Data Structures in C

0 views

6 days ago