Nokia interview question

Asked to Implement a Hash table.

Interview Answers

Anonymous

9 Mar 2018

I used Linked list for chaining and an array to store the lists.

1

Anonymous

16 Oct 2019

Found excellent read: bit.ly/faang100