Publicis Sapient interview question

How hashmap works internally?

Interview Answers

Anonymous

Aug 26, 2015

Hashmap work on hashing Technic and it's architecture is array of entries and each cell of array is a bucket which form linklist when collision occurs on making new entry.

1

Anonymous

Feb 16, 2016

Could you please tell the problem statement asked in coding round

Anonymous

Sep 2, 2015

Can you tell what was the problem statement consisted of in coding round

2