Do you want to implement a "map" completely from scratch? It's possible, obvious. The most common and effective type of map is an "hash" map, that is a map based on an internal "hash table". So you...