Note
For a good gaming experience of the games in the course, we recommend using a desktop or a laptop computer rather than a tablet or smartphone.
Hash Table Game - Key to Value Mapping
In this game, the children can input a key-value pair, and by clicking the “Add” button, the key-value pair will be added to the hash table. The “Remove” button will remove the key-value pair associated with the input key. The “Search” button will display the corresponding value for the input key, if it exists in the hash table.
The hash table is displayed horizontally, and each key-value pair is shown as a rectangle with the key and value displayed inside. The hash table dynamically updates as the children add or remove key-value pairs.