ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

299 results

Glass Box Computing
What Is a Hash Table? — Data Structures in C | 13.2

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

4:20
What Is a Hash Table? — Data Structures in C | 13.2

2 views

2 weeks ago

Raj CodeLabs
CS50 Week 5: Linked Lists, Trees, Hash Tables, and Tries Explained

In this deep dive into CS50 Week 5, we move beyond the rigidity of arrays to explore how "architectural blueprints" like Linked ...

7:18
CS50 Week 5: Linked Lists, Trees, Hash Tables, and Tries Explained

10 views

13 days ago

Glass Box Computing
Hash Tables: Rehashing — Data Structures in C

Rehashing on hash tables — resizing the table and re-placing keys. This lesson shows exactly what happens, step by step, with a ...

2:12
Hash Tables: Rehashing — Data Structures in C

6 views

1 month ago

Glass Box Computing
Why Hash Tables? — Data Structures in C | 13.1

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

4:41
Why Hash Tables? — Data Structures in C | 13.1

1 view

2 weeks ago

Milo-watcher
Hashing 2/15 — Uniformity Is a Bijection Test, Not a Feeling

A hash function spreads uniformly only if the map it induces on the digits it looks at is a bijection. Part 2 of 15 · PDS Chapter 6 ...

4:40
Hashing 2/15 — Uniformity Is a Bijection Test, Not a Feeling

0 views

5 days ago

Glass Box Computing
Hash Tables: Lab Exercises — Data Structures in C | 13.12

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

9:06
Hash Tables: Lab Exercises — Data Structures in C | 13.12

0 views

2 weeks ago

Glass Box Computing
Rehashing — Data Structures in C | 13.7

Rehashing on hash tables — resizing the table and re-placing keys. This lesson shows exactly what happens, step by step, with a ...

3:15
Rehashing — Data Structures in C | 13.7

0 views

2 weeks ago

Glass Box Computing
Hash Tables: Wrap-up — Data Structures in C | 13.11

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

1:31
Hash Tables: Wrap-up — Data Structures in C | 13.11

2 views

2 weeks ago

Glass Box Computing
Hash Tables: Common Mistakes — Data Structures in C

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

2:37
Hash Tables: Common Mistakes — Data Structures in C

15 views

1 month ago

Glass Box Computing
Hash Tables: Complexity — Data Structures in C

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

2:51
Hash Tables: Complexity — Data Structures in C

7 views

1 month ago

Glass Box Computing
Hash Tables: Common Mistakes — Data Structures in C | 13.9

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

2:55
Hash Tables: Common Mistakes — Data Structures in C | 13.9

1 view

2 weeks ago

Glass Box Computing
Hash Tables: Wrap-up — Data Structures in C

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

1:25
Hash Tables: Wrap-up — Data Structures in C

7 views

1 month ago

DSA Mastery Lab
LeetCode 2085: Count Common Words With One Occurrence — The HashMap Trick (C#)

Tackle LeetCode 2085: Count Common Words With One Occurrence. This video breaks down an efficient hash map approach to ...

3:55
LeetCode 2085: Count Common Words With One Occurrence — The HashMap Trick (C#)

3 views

5 days ago

Glass Box Computing
Hash Tables: Chaining Operations — Data Structures in C | 13.5

Chaining Operations: each core operation walked step by step — the idea, the code, and the cost. We take the operations one at a ...

4:39
Hash Tables: Chaining Operations — Data Structures in C | 13.5

2 views

2 weeks ago

Glass Box Computing
Hash Tables: Complexity — Data Structures in C | 13.8

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

3:03
Hash Tables: Complexity — Data Structures in C | 13.8

1 view

2 weeks ago

Glass Box Computing
One Structure Isn't Enough — Data Structures in C | 21.4

Knowing how a hash table, a BST and a heap each work inside still does not tell you which one to reach for. The same problem ...

1:21
One Structure Isn't Enough — Data Structures in C | 21.4

1 view

6 days ago

Glass Box Computing
Hash Tables in Memory — Data Structures in C | 13.4

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

4:06
Hash Tables in Memory — Data Structures in C | 13.4

2 views

2 weeks ago

Glass Box Computing
13.10 Hash Tables: Design Tradeoffs — Data Structures in C

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

1:48
13.10 Hash Tables: Design Tradeoffs — Data Structures in C

5 views

2 weeks ago

Glass Box Computing
The Hash Table ADT — Data Structures in C | 13.3

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

3:21
The Hash Table ADT — Data Structures in C | 13.3

0 views

2 weeks ago

Glass Box Computing
Hash Tables: Open-Addressing Operations — Data Structures in C | 13.6

Open-Addressing Operations: each core operation walked step by step — the idea, the code, and the cost. We take the operations ...

13:05
Hash Tables: Open-Addressing Operations — Data Structures in C | 13.6

5 views

2 weeks ago