Definder - what does the word mean?

What is hash table?

1) A method of accessing values using a function that maps an element of a data structure into an index value, which can then be used to directly access that element.

2) A piece of furniture composed entirely of dried cannabis.

1) So you can either use a binary search on a sorted array to locate a corresponding object and get O(lg n) access time with an O(n lg n) sort time, or you could map the collection to a hash table and get O(1) access time with no sort time.

2) My attempt to sell kitchenware made out of narcotics and other illegal drugs failed horribly, even though the hash tables were a big hit. Literally.

👍63 👎11


hash table - video

loading