interview
interview copied to clipboard
HashMap get(key) method loops forever if table full and key is not in table
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?