How would you implement a sparse array (key could be any integer, but only a few would be used) with limited memory.
Anonymous
A hash table. A linked list is possible but random access isn't efficient
Check out your Company Bowl for anonymous work chats.