ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

668 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

3 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

3 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

3 weeks 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

3 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

3 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

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

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

3 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++

499 views

4 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++

241 views

8 days 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

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

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

3 weeks ago

VisualDSA
Backtracking with State-Space Trees (with C Code)

The subset-sum problem asks: given a set of n positive integers, can you find a subset that adds up exactly to a target value d?

1:25
Backtracking with State-Space Trees (with C Code)

29 views

4 days ago

Vimal Kaushik
Unit 4 | Lec 3 | C program for creating a Binary Tree | Data Structures | Trees

VimalKaushik-g3t Please like, Share, and subscribe. If any doubts or feedback, please comment below. In this video, we ...

6:18
Unit 4 | Lec 3 | C program for creating a Binary Tree | Data Structures | Trees

3 views

6 days 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

3 weeks ago

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

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

3:27
Binary Search Trees: Common Mistakes — Data Structures in C | 10.10

1 view

3 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

470 views

3 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

444 views

3 weeks ago