ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

494 results

MIT OpenCourseWare
4. Hashing

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Jason Ku View the complete course: https://ocw.mit.edu/6-006S20 ...

52:55
4. Hashing

391,944 views

4 years ago

PyCon 2015
Curtis Lassam - Hash Functions and You: Partners in Freedom - PyCon 2015

"Speaker: Curtis Lassam Our trusty friend, the hash function, is as crucial to programming as linked lists or recursion, but it doesn't ...

27:05
Curtis Lassam - Hash Functions and You: Partners in Freedom - PyCon 2015

10,436 views

10 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,691 views

12 years ago

Inside code
Hashing and hash tables crash course (+ face reveal) - Inside code

Source code: https://gist.github.com/syphh/00b889c90b32f22c050c85dea5e55c77 Learn graph theory algorithms: ...

36:53
Hashing and hash tables crash course (+ face reveal) - Inside code

7,116 views

3 years ago

Adrian Dolinay
TUDev's Cryptography with Python Workshop! Hashing with hashlib!

Video recording of the TUDev Cryptography Workshop held on February 26th, 2021. The workshop teaches participants about the ...

41:46
TUDev's Cryptography with Python Workshop! Hashing with hashlib!

268 views

4 years ago

Simons Institute for the Theory of Computing
Fully Understanding The Hashing Trick

Lior Kamma (Aarhus University) https://simons.berkeley.edu/talks/fully-understanding-hashing-trick Interactive Complexity.

30:40
Fully Understanding The Hashing Trick

3,912 views

7 years ago

MIT OpenCourseWare
Lecture 26: List Access, Hashing, Simulations, and Wrap-Up

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

1:12:32
Lecture 26: List Access, Hashing, Simulations, and Wrap-Up

26,482 views

1 year ago

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

233,757 views

Streamed 1 year ago

Charles Cabergs
Hash table from scratch (aka python dict, c++ unordered_map)

Hash table: https://en.wikipedia.org/wiki/Hash_table Linear probing: https://en.wikipedia.org/wiki/Linear_probing Live in which I ...

23:34
Hash table from scratch (aka python dict, c++ unordered_map)

1,353 views

1 year ago

MIT OpenCourseWare
Lecture 14: Dictionaries

MIT 6.100L Introduction to CS and Programming using Python, Fall 2022 Instructor: Ana Bell View the complete course: ...

1:18:06
Lecture 14: Dictionaries

43,548 views

1 year ago

Kyle Muldrow
CS22Week10HashTables

Now we actually do use something resembling a hash table in Python already. That's known as a dictionary. Addictionary is very ...

21:46
CS22Week10HashTables

289 views

2 years ago

theurbanpenguin
Mastering and Understanding Linux Passwords with crypt and passlib in Python

In this video, we dive into the evolution of password hashing in Python, starting with the deprecated crypt module and transitioning ...

25:05
Mastering and Understanding Linux Passwords with crypt and passlib in Python

968 views

1 year ago

Google Career Certificates
Hashing and Hashing Algorithms | Google IT Support Certificate

Hashing is a special type of function that is widely used in computing and especially within security. Learn how this type of ...

44:09
Hashing and Hashing Algorithms | Google IT Support Certificate

4,709 views

4 years ago

Mohamad Alkahil
Introduction to Hash Tables

https://www.youtube.com/playlist?list=PLdu9hcCIbybu0c-6fSfMqcpS5VN_oJrF3 - Other Data Structure & Algorithm Videos Time ...

35:40
Introduction to Hash Tables

4 views

7 months ago

Tech With Tim
Python Is Weird...

Answer my techie test question for a chance to win your dream work from home setup worth up to £5000 courtesy of Fasthosts at ...

26:29
Python Is Weird...

110,271 views

4 years ago

MIT OpenCourseWare
Recitation 9: Rolling Hashes, Amortized Analysis

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

1:01:01
Recitation 9: Rolling Hashes, Amortized Analysis

37,198 views

12 years ago

Tech With Tim
Data Structures  - Full Course for Beginners

This course will teach you about Data Structures and how they will apply in real-world scenarios, like computer science courses, ...

3:11:08
Data Structures - Full Course for Beginners

35,521 views

1 month ago

AnalyticNerd
Python Class 34: Mastering Dictionaries – hash(), dict(), enumerate(), zip(), and More!

Welcome to Class 34 of the Python Series on AnalyticNerd! In this session, we unlock the power of Python dictionaries — an ...

50:43
Python Class 34: Mastering Dictionaries – hash(), dict(), enumerate(), zip(), and More!

5 views

8 months ago

3Blue1Brown
But how does bitcoin actually work?

The math behind cryptocurrencies. Help fund future projects: https://www.patreon.com/3blue1brown An equally valuable form of ...

25:16
But how does bitcoin actually work?

17,686,732 views

8 years ago

CS50
CS50x 2024 - Lecture 5 - Data Structures

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:02:49
CS50x 2024 - Lecture 5 - Data Structures

559,978 views

2 years ago

freeCodeCamp.org
Python API Development - Comprehensive Course for Beginners

Learn Python API development in one of the most comprehensive courses ever on the topic. You will build a full-fledged API in ...

19:00:27
Python API Development - Comprehensive Course for Beginners

2,775,565 views

4 years ago

Bill Buchanan OBE
Introduction to Hashing

https://asecuritysite.com/subjects/chapter124.

32:18
Introduction to Hashing

1,420 views

4 years ago

PyCon AU
No, Maybe and Close Enough! Probabilistic Data Structures with Python and Redis

(Simon Prickett) Being right all the time isn't necessarily the best idea. This talk examines how to count distinct items from a ...

25:45
No, Maybe and Close Enough! Probabilistic Data Structures with Python and Redis

502 views

4 years ago

MIT OpenCourseWare
6. Binary Trees, Part 1

MIT 6.006 Introduction to Algorithms, Spring 2020 Instructor: Erik Demaine View the complete course: ...

50:59
6. Binary Trees, Part 1

200,095 views

4 years ago

Simons Institute for the Theory of Computing
Optimal Data-Dependent Hashing for Nearest Neighbor Search

Alex Andoni, Columbia University Computational Complexity of Low-Polynomial Time Problems ...

49:09
Optimal Data-Dependent Hashing for Nearest Neighbor Search

3,679 views

10 years ago