ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,834 results

Lucas Layman
Hash Functions and Hash Tables

Send arbitrarily the hash function is going to determine where in that array based list where in the array which slot we put the thing ...

22:50
Hash Functions and Hash Tables

712 views

5 years ago

strager
Faster than Rust and C++: the PERFECT hash table

00:00 why are hash tables important? 00:31 how hash tables work 02:40 a naïve hash table 04:35 custom hash function 08:52 ...

33:52
Faster than Rust and C++: the PERFECT hash table

704,250 views

2 years ago

CppNow
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:30:53
C++Now 2018: You Can Do Better than std::unordered_map: New Improvements to Hash Table Performance

60,867 views

7 years ago

The Linux Foundation
Better hash functions for BPF maps - Anton Protopopov

Better hash functions for BPF maps - Anton Protopopov.

14:19
Better hash functions for BPF maps - Anton Protopopov

137 views

2 years ago

CppNow
C++Now 2017: Phil Nash “The Holy Grail!? A Persistent Hash-Array-Mapped Trie for C++"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:32:55
C++Now 2017: Phil Nash “The Holy Grail!? A Persistent Hash-Array-Mapped Trie for C++"

6,562 views

8 years ago

Make Programming Fun Again
Hash Table in C

Repository with code: https://github.com/moroz/hash-table-video/tree/2025-04-29 Sign up for the Discord waiting list: ...

56:15
Hash Table in C

954 views

8 months ago

Steven Gordon
CSS322, Lecture 18, 11 Jan 2013 - Hash Functions

Lecture 18 of CSS322 Security and Cryptography at Sirindhorn International Institute of Technology, Thammasat University.

1:13:50
CSS322, Lecture 18, 11 Jan 2013 - Hash Functions

1,331 views

13 years ago

Linux.conf.au 2016 -- Geelong, Australia
Five* non-cryptographic hash functions enter. One hash function leaves.

Adam Harvey https://linux.conf.au/schedule/30208/view_talk When you say “hash function” in a room full of developers, people ...

37:31
Five* non-cryptographic hash functions enter. One hash function leaves.

4,911 views

9 years ago

Lucas Layman
Hash Collisions and Load Factor

22 and we'll just use the modulo method okay that'll be our hash function because it's the simplest method so if we hash 22 that's ...

18:47
Hash Collisions and Load Factor

5,442 views

5 years ago

KarBytes CS
C++ Tutorial: Intro to Hash Tables

An introduction to hash tables in C++. For the complete coding tutorial, please visit the link below below: ...

4:58
C++ Tutorial: Intro to Hash Tables

15,759 views

10 years ago

Mark C. Wilson
AofA Lecture 16: Hashing basics

Hashing is a way of implementing a dictionary abstract data type, allowing easy insertion and finding of elements.

23:34
AofA Lecture 16: Hashing basics

1,339 views

6 years ago

Paul Fodor
CSE 260 - Computer Science B: Honors: Hashing

Online course, Fall 2020 Instructor: Paul Fodor Stony Brook University ...

1:09:16
CSE 260 - Computer Science B: Honors: Hashing

115 views

5 years ago

Quinston Pimenta
Hash Table | A Helpful Line-by-Line Code Tutorial

Free-To-Use Developer ToolBox: https://developertoolbox.app How to Micro SaaS side-hustle: ...

7:01
Hash Table | A Helpful Line-by-Line Code Tutorial

2,794 views

6 years ago

Peter Schneider
Implementation of Hash Function in C language

Implementation of Hash Function in C language I hope you found a solution that worked for you :) The Content (except music ...

4:00
Implementation of Hash Function in C language

6 views

3 years ago

Steven Gordon
Pigeonhole Principle and Hash Functions (Statistics Examples 5)

Applying the pigeonhole principle to (cryptographic) hash functions to determine how many inputs collide on a single hash value.

4:39
Pigeonhole Principle and Hash Functions (Statistics Examples 5)

2,732 views

11 years ago

CS 125 @ Illinois
CS 125 Spring 2019: Fri 4.19.2019. Exceptions and Hash Functions

Working with exceptions and an introduction to hash functions.

49:49
CS 125 Spring 2019: Fri 4.19.2019. Exceptions and Hash Functions

524 views

6 years ago

IACR
Hash Functions Based on Three Permutations: A Generic Se ...

Talk at crypto 2012. Authors: Bart Mennink, Bart Preneel. See http://www.iacr.org/cryptodb/data/paper.php?pubkey=24288.

16:55
Hash Functions Based on Three Permutations: A Generic Se ...

441 views

13 years ago

The Coding Gopher
Hashing Explained (SHA-256, MD5)

Check out Clerk: https://go.clerk.com/X1kC4pR ❤️ Get 40% OFF CodeCrafters: ...

11:27
Hashing Explained (SHA-256, MD5)

24,405 views

3 months ago

Roel Van de Paar
Hash table implementation in c (3 Solutions!!)

Hash table implementation in c Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

5:13
Hash table implementation in c (3 Solutions!!)

22 views

3 years ago

Bald. Bearded. Builder.
The Secret to Mastering Queue, Stack and Dictionary in C#!

Ever wonder when to use a queue, a stack, or a hashtable in C#? In this video, Michael explains the story behind FIFO vs LIFO ...

13:30
The Secret to Mastering Queue, Stack and Dictionary in C#!

11,419 views

3 months ago

ExamBytes
17.1 Division Method in Hashing | Hash Functions | Programming in C/C++

competetivecoding #placementpreparation #datastructure #hashing #hashtable ...

18:38
17.1 Division Method in Hashing | Hash Functions | Programming in C/C++

846 views

2 years ago

WIT Solapur - Professional Learning Community
Hashing and hash functions

Mr. N. S. Gajjam, Assistant Professor, Walchand Institute of Technology, Solapur.

12:55
Hashing and hash functions

613 views

6 years ago

GaneshKumar Pugalendhi
Unit-V: Searching Sorting Hashing - Topics: Hashing-Hash Function-Separate Chaining-Open Addressing

... addition to that you need to have a function you need to have a task C hashing hashing what this hashing will do is that hashing ...

43:25
Unit-V: Searching Sorting Hashing - Topics: Hashing-Hash Function-Separate Chaining-Open Addressing

99 views

5 years ago

Roel Van de Paar
Code Review: Calling a Haskell MD5 hashing function from C, and returning the result back to C land

Code Review: Calling a Haskell MD5 hashing function from C, and returning the result back to C land Helpful? Please support me ...

3:25
Code Review: Calling a Haskell MD5 hashing function from C, and returning the result back to C land

1 view

3 years ago

Cry.College
The BLAKE2 Hash Function

This video shows a real world hash function based on the HAIFA construction. [06 04 02]

2:25
The BLAKE2 Hash Function

2,736 views

4 years ago