We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b32f5 commit 8ea02d5Copy full SHA for 8ea02d5
HashTables/code1/hash_functions/functions.c
@@ -11,7 +11,7 @@ unsigned int hash_func(unsigned int key) {
11
key = key ^ (key >> 22);
12
return (int) key;
13
}
14
-
+
15
16
//Transforms an integer to binary (string)
17
void intToBinary(int key, char* string_key) {
0 commit comments