Type help for a list of commands. This project includes an interactive demo to demonstrate the hashmap methods. The hashmap implementation is all inside of the hashmap sprite, ready for drag-and-drop.
This is a basic implementation of Java's hashmap. It supports O(1) get, put, and remove. There's also an O(n) Map implementation as well because why not Thank you @Wes64test for the bitwise operations, which were used to implement TinySimpleHash, outlined in https://stackoverflow.com/a/52171480