Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in hashcode
Hash Function for 3 Integers
Oct 30, 2025
hash
hashcode
Should all classes have a .equals and .hashcode method?
Oct 31, 2025
java
methods
equals
hashcode
What would a compress method do in a hash table?
Oct 30, 2025
java
data-structures
hashtable
hashcode
Can the GetHashCode() method of a string return zero?
Oct 28, 2025
.net
hashcode
Hashed string in C# is not readable [duplicate]
Oct 28, 2025
java
c#
hash
hashcode
Hash Codes for Floats in Java
Oct 28, 2025
java
floating-point
hashcode
Different Hash code for same arrays in C#
Oct 27, 2025
c#
arrays
hashcode
Why HashSets with same elements return different values when calling to GetHashCode()?
Oct 23, 2025
c#
.net
set
hashcode
How to maintain same hashcode even though ordering of object change in List in Java?
Oct 19, 2025
java
hashcode
Why does changing the hashcode of an object used as a key in a HashMap make a lookup return null?
Oct 19, 2025
java
hashmap
equals
hashcode
Is there a use for hashCode() of a mutable object?
Oct 13, 2025
java
hash
hashcode
why we need to override equals and hashcode in java and why cannot we use Object class implementation
Sep 16, 2025
java
equals
hashcode
Testing string equality using hashCode()
Sep 15, 2025
java
string
hashcode
Range of hashcodes in case of strings
Sep 08, 2025
java
netbeans
hashcode
GetHashCode for StringBuilder generating different code
Sep 07, 2025
c#
.net
hashcode
Why do we have double hashing function as [(hash1(key) + i * hash2(key)) % TABLE_SIZE] but not simply as [(i * hash2(key)) % TABLE_SIZE]?
Sep 05, 2025
algorithm
data-structures
hash
hashcode
For HashMap, should I override hashCode for key or value?
Sep 03, 2025
java
hashmap
hashcode
Is it safe to mutate values in a HashBiMap?
Mar 25, 2023
java
guava
hashcode
bimap
Why integer key do not work in HashMap?
Mar 24, 2023
java
hashmap
hashcode
Different fields for equals and hashcode
Sep 02, 2025
java
hashmap
equals
hashcode
Older Entries »