Problem of the Day
A new programming or logic puzzle every Mon-Fri

Searchable Hash

Most languages have a native hash table built in (sometimes called dictionary or map). However, they usually don't provide a way to efficiently search the values, only the keys. Can you create a data structure that allows you to search the keys and values just as quickly?

Permalink: http://problemotd.com/problem/searchable-hash/

Comments:

  • There are currently no comments. You can be first!

Content curated by @MaxBurstein