Skip to content

Instantly share code, notes, and snippets.

@marawannwh
Last active November 1, 2020 18:21
Show Gist options
  • Save marawannwh/04e70cc8854b8788afe211bc02b9e084 to your computer and use it in GitHub Desktop.
Save marawannwh/04e70cc8854b8788afe211bc02b9e084 to your computer and use it in GitHub Desktop.
// 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