ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

403 results

Lisk
What is Hashing? Hash Functions Explained Simply

What is hashing? In this video we explain how hash functions work in an easy to digest way. Hashing is the process of converting ...

2:36
What is Hashing? Hash Functions Explained Simply

446,500 views

7 years ago

The Debug Zone
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h  16) in Java?

In this video, we delve into the concept of hashing in Java, focusing on the specific expression `(h = key.hashCode()) ^ (h 16)`.

1:55
Understanding Hashing: Why Use (h = key.hashCode()) ^ (h 16) in Java?

11 views

4 months ago

Roel Van de Paar
Password hashing (PBKDF2) and RSA encrypt + AES 256 in Java

Password hashing (PBKDF2) and RSA encrypt + AES 256 in Java Helpful? Please support me on Patreon: ...

2:06
Password hashing (PBKDF2) and RSA encrypt + AES 256 in Java

181 views

3 years ago

The Debug Zone
Java HashMapString,Integer Equivalent in Swift: A Complete Guide

In this video, we dive into the world of data structures by exploring the Java HashMapString, Integer and its equivalent in Swift.

1:30
Java HashMapString,Integer Equivalent in Swift: A Complete Guide

8 views

8 months ago

Roel Van de Paar
Code Review: Secure password-hashing in Java

Code Review: Secure password-hashing in Java Helpful? Please support me on Patreon: ...

3:02
Code Review: Secure password-hashing in Java

11 views

3 years ago

Roel Van de Paar
Code Review: Bidirectional hash map in Java

Code Review: Bidirectional hash map in Java Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

2:09
Code Review: Bidirectional hash map in Java

16 views

3 years ago

CyberSensei
11 Hashing Algorithms

http://www.olivenutrition.net.

1:53
11 Hashing Algorithms

116 views

11 years ago

Otavio Santana
Why do we have reflection on Java?

shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...

0:50
Why do we have reflection on Java?

2,110 views

2 years ago

Stack Equation
What is Hash Table?

A hash table is a data structure which stores data in the form of keys and values. Using a hash function, an index is calculated ...

2:46
What is Hash Table?

230 views

5 years ago

Roel Van de Paar
Code Review: Hash table implementation in Java (2 Solutions!!)

Code Review: Hash table implementation in Java Helpful? Please support me on Patreon: ...

3:14
Code Review: Hash table implementation in Java (2 Solutions!!)

5 views

3 years ago

Roel Van de Paar
How to actually implement universal hashing?

How to actually implement universal hashing? Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

1:38
How to actually implement universal hashing?

39 views

4 years ago

Roel Van de Paar
Software Engineering: How can the containsKey() method of a Java Hash Table be O(1)?

Software Engineering: How can the containsKey() method of a Java Hash Table be O(1)? Helpful? Please support me on Patreon: ...

2:51
Software Engineering: How can the containsKey() method of a Java Hash Table be O(1)?

1 view

3 years ago

Roel Van de Paar
Code Review: Using Java to implement a hash table (dictionary) with only arrays

Code Review: Using Java to implement a hash table (dictionary) with only arrays Helpful? Please support me on Patreon: ...

2:17
Code Review: Using Java to implement a hash table (dictionary) with only arrays

6 views

3 years ago

Roel Van de Paar
Code Review: Hash table in Java with arrays and linear probing

Code Review: Hash table in Java with arrays and linear probing Helpful? Please support me on Patreon: ...

3:09
Code Review: Hash table in Java with arrays and linear probing

13 views

3 years ago

Local Bus
Hashing Function Program in java | Discrete Structure

Hashing Function Program in java | Discrete Structure This program will produce the Modulus of two numbers.

0:47
Hashing Function Program in java | Discrete Structure

27 views

5 years ago

Roel Van de Paar
Hash code for comparing objects with the same structure between Java and C# (2 Solutions!!)

Hash code for comparing objects with the same structure between Java and C# Helpful? Please use the *Thanks* button above!

2:00
Hash code for comparing objects with the same structure between Java and C# (2 Solutions!!)

5 views

3 years ago

Roel Van de Paar
What is Simple Uniform Hashing, and why searching a hashtable has complexity (n) in the worst case

Computer Science: What is Simple Uniform Hashing, and why searching a hashtable has complexity (n) in the worst case Helpful ...

1:36
What is Simple Uniform Hashing, and why searching a hashtable has complexity (n) in the worst case

61 views

4 years ago

Roel Van de Paar
Which hash function does java.io.Serializable uses?

Which hash function does java.io.Serializable uses? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:33
Which hash function does java.io.Serializable uses?

2 views

3 years ago

westhillcs
CSAB: Counting Words Using Cichelli Hashing

The problem shown in this video was originally developed by the University of Wisconsin.

3:51
CSAB: Counting Words Using Cichelli Hashing

511 views

7 years ago

Andris Lūsis
Hash table visualization

Open addressing hash table with linear probing. Input is acending sequence of numbers encoded as ASCII text. Black dots are ...

2:13
Hash table visualization

1,482 views

10 years ago