Nokia interview question

Asked to Implement a Hash table.

Interview Answers

Anonymous

Mar 9, 2018

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

1

Anonymous

Oct 16, 2019

Found excellent read: bit.ly/faang100