interview icon indicating copy to clipboard operation
interview copied to clipboard

HashMap get(key) method loops forever if table full and key is not in table

Open davzaman opened this issue 8 years ago • 0 comments

Hi! I was wondering, what happens to your get method if the table is full and the key does not exist in the table? Won't it loop forever?

davzaman avatar Sep 13 '16 23:09 davzaman