Last active
November 1, 2020 18:21
-
-
Save marawannwh/04e70cc8854b8788afe211bc02b9e084 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Assume the following hashing results | |
hash("name") = 3 | |
hash("age") = 5 | |
hash("gender") = 6 | |
// The underlying array would be like | |
["", "", "", "Marwan", "", 30, "Male", ...] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment