ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

657 results

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

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

1:22
Binary Trees: Design Tradeoffs — Data Structures in C | 9.10

1 view

2 weeks ago

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

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

7:19
Binary Trees: Labs — Data Structures in C | 9.11

3 views

2 weeks ago

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

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

3:39
Binary Trees: Invariants — Data Structures in C | 9.4

0 views

2 weeks ago

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

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

2:48
Binary Trees: Complexity — Data Structures in C | 9.8

2 views

2 weeks ago

Glass Box Computing
The Binary Tree ADT — Data Structures in C | 9.3

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

2:21
The Binary Tree ADT — Data Structures in C | 9.3

0 views

2 weeks ago

RisingBrain
Invert Binary Tree Explained | Recursion & DFS | Python, Java, C++

In this video, we solve **Invert Binary Tree**, an important Binary Tree problem frequently asked in coding interviews. We will ...

14:34
Invert Binary Tree Explained | Recursion & DFS | Python, Java, C++

224 views

5 days ago

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

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

4:17
Binary Trees: A Node in Memory — Data Structures in C | 9.5

4 views

2 weeks ago

RisingBrain
Top View of Binary Tree | Binary Tree Views Explained | BFS & DFS | Python, Java & C++

In this video, we solve the Top View of a Binary Tree problem using the BFS (Breadth First Search) & DFS approach. This is an ...

27:24
Top View of Binary Tree | Binary Tree Views Explained | BFS & DFS | Python, Java & C++

474 views

3 weeks ago

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

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

4:34
What Is a Binary Tree? — Data Structures in C | 9.2

0 views

2 weeks ago

RisingBrain
Path Sum in Binary Tree | BFS & DFS Approach | Easy Explanation | C++, Java & Python

In this video, we'll solve the Path Sum in Binary Tree problem using both BFS and DFS approaches. This is one of the most ...

24:28
Path Sum in Binary Tree | BFS & DFS Approach | Easy Explanation | C++, Java & Python

445 views

3 weeks ago

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

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

19:10
Binary Trees: Traversals — Data Structures in C | 9.6

5 views

2 weeks ago

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

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

4:43
Binary Trees: Common Mistakes — Data Structures in C | 9.9

0 views

2 weeks ago

BuildWithCode
Solve 3 Binary Tree Problems in One Video  | Count Non-Leaf Nodes, Mirror Tree & Maximum Depth | C++

In this video, we solve three important Binary Tree interview questions using C++. Problems Covered: ✓ Count Non-Leaf Nodes ...

8:10
Solve 3 Binary Tree Problems in One Video | Count Non-Leaf Nodes, Mirror Tree & Maximum Depth | C++

5 views

3 weeks ago

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

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:52
Why Binary Trees? — Data Structures in C | 9.1

0 views

2 weeks ago

RisingBrain
Max Width of Binary Tree | BFS & DFS Approach | Python, Java, C++ | Binary Tree DSA

In this video, we'll solve the Max Width of Binary Tree problem using both BFS (Level Order Traversal) and DFS (Node Indexing) ...

26:22
Max Width of Binary Tree | BFS & DFS Approach | Python, Java, C++ | Binary Tree DSA

420 views

3 weeks ago

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

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

1:13
Binary Search Trees: A Node in Memory — Data Structures in C | 10.5

0 views

2 weeks ago

RisingBrain
Construct Binary Tree from Preorder and Inorder Traversal | Python, Java & C++

In this video, we solve the Construct Binary Tree from Preorder and Inorder Traversal problem, one of the most important Binary ...

17:50
Construct Binary Tree from Preorder and Inorder Traversal | Python, Java & C++

19 views

1 hour ago

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

Searching on binary search trees — finding an element, and how many places you have to look. This lesson shows exactly what ...

3:43
Binary Search Trees: Search — Data Structures in C | 10.6

7 views

2 weeks ago

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

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:55
Why Binary Search Trees? — Data Structures in C | 10.1

0 views

2 weeks ago

VMS CODE
Rust Until It’s Automatic #001 | Binary Trees, Quizzes & Building a Better Rust Gym

twitch: https://www.twitch.tv/vms_code twitter: https://x.com/vms_code Softvis: https://softvis.vercel.app/ Blog: ...

1:34:07
Rust Until It’s Automatic #001 | Binary Trees, Quizzes & Building a Better Rust Gym

49 views

Streamed 2 weeks ago