Why would you use a HashMap (also pros and cons of using it)? Array vs linked list. Thread vs process.
Anonymous
Average O(1) look up time. O(1) to access but O(N) to delete or add vs O(N) to access but O(1) to delete or add.
Check out your Company Bowl for anonymous work chats.