ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

18,233 results

Jacob Sorber
Understanding and implementing a Hash Table (in C)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

24:54
Understanding and implementing a Hash Table (in C)

421,308 views

6 years ago

Tsoding Daily
Hash Table in C

Chapters: - 0:00:00 - Announcement - 0:00:41 - Why Implement Hash Table? - 0:02:07 - Where we could use the Hash Table?

2:11:31
Hash Table in C

103,194 views

2 years ago

Jacob Sorber
A better hash table (in C)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

41:20
A better hash table (in C)

37,974 views

2 years ago

CppCon
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

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

59:34
CppCon 2017: Matt Kulukundis “Designing a Fast, Efficient, Cache-friendly Hash Table, Step by Step”

128,267 views

8 years ago

Nic Barker
HashMaps & Dictionaries, Explained Simply

A fantastic in depth analysis of different hash functions: https://softwareengineering.stackexchange.com/a/145633 Max Slater on ...

22:44
HashMaps & Dictionaries, Explained Simply

123,119 views

1 year ago

MIT OpenCourseWare
4. Hashing

This lecture discusses comparison models, decision trees, and hash functions. License: Creative Commons BY-NC-SA More ...

52:55
4. Hashing

392,677 views

4 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,141 views

2 years ago

Introduction to Cryptography by Christof Paar
Lecture 20: Hash Functions by Christof Paar

For slides, a problem set and more on learning cryptography, visit www.crypto-textbook.com.

1:05:04
Lecture 20: Hash Functions by Christof Paar

72,888 views

11 years ago

MIT OpenCourseWare
21. Cryptography: Hash Functions

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

1:22:01
21. Cryptography: Hash Functions

192,709 views

9 years ago

Greg Hogg
Hash Tables: Hash Functions, Sets, & Maps - DSA Course in Python Lecture 4

Code solutions in Python, Java, C++ and JS can be found at my GitHub repository here: ...

25:51
Hash Tables: Hash Functions, Sets, & Maps - DSA Course in Python Lecture 4

95,870 views

1 year ago

Daniel Hirsch
Implementing the djb2 Hash in C

Get Source Code and Early Video Access on Patreon: https://www.patreon.com/c/HirschDaniel ✘ Learn to Code: ...

46:25
Implementing the djb2 Hash in C

3,120 views

11 months ago

Jenny's Lectures CS IT
8.1 Hashing Techniques to Resolve Collision| Separate Chaining and Linear Probing | Data structure

Jenny's lectures Placement Oriented DSA with Java course (New Batch): ...

25:51
8.1 Hashing Techniques to Resolve Collision| Separate Chaining and Linear Probing | Data structure

1,286,843 views

6 years ago

MIT OpenCourseWare
Lecture 8: Hashing with Chaining

MIT 6.006 Introduction to Algorithms, Fall 2011 View the complete course: http://ocw.mit.edu/6-006F11 Instructor: Erik Demaine ...

51:16
Lecture 8: Hashing with Chaining

616,873 views

13 years ago

Darin Brezeale
C Programming: Hash Tables

If you are teaching yourself to program, I have put together a guide at https://www.brezeale.com/?p=427 #tutorial #Cprogramming ...

39:58
C Programming: Hash Tables

431 views

5 years ago

take U forward
Hashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course

Check out TUF+:https://takeuforward.org/plus?source=youtube Find DSA, LLD, OOPs, Core Subjects, 1000+ Premium Questions ...

1:00:06
Hashing | Maps | Time Complexity | Collisions | Division Rule of Hashing | Strivers A2Z DSA Course

1,496,468 views

3 years ago

Caleb Curry
Hash Tables - Data Structures and Algorithms

Start your software dev career - https://calcur.tech/dev-fundamentals FREE Courses (100+ hours) ...

20:16
Hash Tables - Data Structures and Algorithms

41,965 views

5 years ago

Ali Awan
An Introduction to Hash Tables in C

In this video, I go over the theory behind Hash Tables then I implement a basic Hash Table in C. Link to the Code: ...

23:41
An Introduction to Hash Tables in C

2,089 views

11 months ago

Coder Army
Hashing in Data Structure | Zero To Advance Level

52:50 Why Hashing Function is Important ? 55:42 Getting in Details of Hash Coding, Use in Cryptography. 1:03:33 Understanding ...

1:27:05
Hashing in Data Structure | Zero To Advance Level

105,008 views

1 year ago

Computerphile
The Next Big SHA? SHA3 Sponge Function Explained - Computerphile

Learn more about the Jane Street internship at https://jane-st.co/internship-computerphile-25 If a bug is found in SHA2, SHA3 is ...

27:37
The Next Big SHA? SHA3 Sponge Function Explained - Computerphile

154,130 views

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

Google TechTalks
Advanced Topics in Programming Languages: A Lock-Free...

Google Tech Talks March 28, 2007 ABSTRACT I present a lock-free concurrent Hash Table implementation with better ...

58:36
Advanced Topics in Programming Languages: A Lock-Free...

14,043 views

18 years ago

Gregg Ink
What is hashing? How to encrypt all your secrets using C?  🙈  🙉  🙊

The code for the episode can be found at: https://gitlab.com/greggink/youtube_episode_hashing/ My free e-book about bitcoin: ...

33:10
What is hashing? How to encrypt all your secrets using C? 🙈 🙉 🙊

647 views

4 years ago

Learn2Code
Data Structures in C - seminar 7 Hash Tables implemented with chaining

Data Structures in C - Seminar 7 Hash Tables implemented with chaining Catalin Boja Thank you to all the students who ...

1:50:00
Data Structures in C - seminar 7 Hash Tables implemented with chaining

385 views

4 years ago

Michael Grieco
Programming Challenges - 24 - Generic Hash Maps in C (C/C++)

In this challenge, we implement a data structure to map keys to values of any type in C without templates. • Website: ...

1:29:26
Programming Challenges - 24 - Generic Hash Maps in C (C/C++)

1,017 views

Streamed 5 years ago

Dr. Daniel Page [CS University Lectures]
W2022 CS 210 Lecture 14 (Hashing, Hash Function, Hash Codes)

Today we began talking about hashing! We talked about the main idea and considered some different assumptions/setup for it.

1:13:41
W2022 CS 210 Lecture 14 (Hashing, Hash Function, Hash Codes)

250 views

3 years ago