ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

267 results

The Debug Zone
In Java, can I declare a HashMap constant?

java: In Java, can I declare a HashMap constant? Thanks for taking the time to learn more. In this video I'll go through your ...

3:03
In Java, can I declare a HashMap constant?

4 views

1 year 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

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,460 views

7 years ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

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

Peter Schneider
Why is HashMap rehashed?

Why is HashMap rehashed? I hope you found a solution that worked for you :) The Content is licensed under ...

2:33
Why is HashMap rehashed?

1 view

1 year ago

The Debug Zone
How to Overwrite HashMap Values from an ArrayListString in Java

In this video, we'll explore a practical approach to managing data in Java by demonstrating how to overwrite values in a HashMap ...

3:27
How to Overwrite HashMap Values from an ArrayListString in Java

15 views

5 months ago

The Debug Zone
Removing HashMap Entries: Using Iterator with map.values() Explained

In this video, we dive into the intricacies of managing HashMap entries in Java, focusing specifically on how to safely remove ...

1:30
Removing HashMap Entries: Using Iterator with map.values() Explained

0 views

3 months ago

Roel Van de Paar
java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the...

Software Engineering: java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the HashMap ...

2:06
java.util.HashMap lock on actual HashMap object compare to lock on object that encapsulate the...

2 views

3 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

The Debug Zone
Java HashMap Multiple References: Managing Shared Keys Across HashMaps

In this video, we delve into the intricacies of Java's HashMap and explore the concept of multiple references when managing ...

2:40
Java HashMap Multiple References: Managing Shared Keys Across HashMaps

0 views

1 month ago

The Debug Zone
How to Cast java.util.HashMap$Node in Java: A Step-by-Step Guide

In this video, we delve into the intricacies of casting the `java.util.HashMap$Node` in Java. Whether you're a beginner looking to ...

1:54
How to Cast java.util.HashMap$Node in Java: A Step-by-Step Guide

2 views

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

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

The Debug Zone
Understanding HashMap Resize Method: Implementation Details and Challenges

In this video, we dive deep into the intricacies of the HashMap resize method, a crucial aspect of this widely-used data structure in ...

3:09
Understanding HashMap Resize Method: Implementation Details and Challenges

3 views

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

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: 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

westhillcs
CSAB: Using the Standard Java HashMap Class

Computer Science Video for Westhill High School.

3:57
CSAB: Using the Standard Java HashMap Class

28 views

8 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