ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,816 results

Mini
Universal Hashing Functions Made Simple 🔥 | O(1) Dictionary Operations & Collisions Solved!

... Jon Kleinberg & Éva Tardos Carter & Wegman: “Universal Classes of Hash Functions” (STOC '77) #DataStructures #Hashing ...

7:41
Universal Hashing Functions Made Simple 🔥 | O(1) Dictionary Operations & Collisions Solved!

796 views

11 months ago

Sam Bowne
C 106

For a college course in cryptography More info: https://samsclass.info/141/141_S26.shtml.

4:51
C 106

20 views

6 months ago

Yll Kryeziu
Universal Hashing

Instead of using just one hash function that might work poorly for certain inputs, we create a collection of hash functions and ...

1:29
Universal Hashing

1,854 views

10 months ago

Yll Kryeziu
Perfect Hashing

For a set S where |S| = m, we want to create a hash function that maps each key to a unique position, eliminating collisions entirely ...

1:31
Perfect Hashing

1,090 views

10 months ago

Solbyte
Data Structures in C++ - Hash Tables

In this episode, we cover what Hash Tables are and how they're used as Data Structures. Check out these other sources about ...

26:47
Data Structures in C++ - Hash Tables

1,435 views

9 months 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

2 weeks ago

Priyak Dey
The Algorithm Hour | Lets build a HashTable in C

Today we are exploring one of the most famous and widely used data structures - Hash Tables. They go by many names: ...

2:04:53
The Algorithm Hour | Lets build a HashTable in C

180 views

Streamed 7 months ago

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

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
13.2 What Is a Hash Table? — Data Structures in C

0 views

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

2 weeks ago

VitoshAcademy
Implementing a Perfect Hash Function (FKS)

Perfect Hash Function? Something like `n%n*n`? Actually it is a good one and it shall work, if you can afford to have n*n space.

58:37
Implementing a Perfect Hash Function (FKS)

129 views

5 months ago

Codegiz — Built by Claude AI
C in 100 Seconds: Hash Table — Hash Function, Buckets, Collisions | Episode 48

A hash table maps keys to array indices using a hash function. Learn how hashing works, what buckets are, and what happens ...

4:19
C in 100 Seconds: Hash Table — Hash Function, Buckets, Collisions | Episode 48

29 views

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

13 views

2 weeks ago

DCT Lab
I Built a Hash Table in C++ from Scratch… Then Broke It (O(1) → O(n))

What you'll learn: - How hash functions map keys to indices - Why collisions happen (and how to handle them) - What load factor ...

2:23:15
I Built a Hash Table in C++ from Scratch… Then Broke It (O(1) → O(n))

54 views

3 months ago

SLiiX
Making a hash table in C

Make sure to like and subscribe. Source Code: ...

3:00
Making a hash table in C

68 views

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

2 weeks ago

fadilix.mp4
building a hashmap from scratch in C

today we are actually evolving in our journey of becoming a good programmer in C by understanding and building a hashmap ...

44:29
building a hashmap from scratch in C

585 views

6 months ago

louisbetsch
1BRC Cold Boot: Hash Functions, Profiling, and more

After I've seen Jon Gjengset recently implementing a solution for the 1 Billion Row Challenge in Rust, I wanted to put something ...

4:21:15
1BRC Cold Boot: Hash Functions, Profiling, and more

141 views

Streamed 7 months ago

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

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
13.1 Why Hash Tables? — Data Structures in C

0 views

3 days ago

Priyak Dey
The Algorithm Hour | Lets build a HashTable in C Contd.

Today we are exploring one of the most famous and widely used data structures - Hash Tables. They go by many names: ...

1:55:43
The Algorithm Hour | Lets build a HashTable in C Contd.

48 views

Streamed 7 months ago

Sloppy Code
Implementing a Hash Map in C From Scratch

Hey, as the title suggests, I will try to implement a hashmap from scratch in C. There will be a lot of pointers, lots of bugs, lots of ...

51:08
Implementing a Hash Map in C From Scratch

21 views

Streamed 11 months ago