algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Hash table Resize

Open Mohammadjafari80 opened this issue 4 years ago • 0 comments

We implemented an API for resizing the hashtable in case of need. Clearly, the new capacity being greater than the current size of the hashtable is necessary to hold. There are also tests for different cases that prove the functionality of the new Resize method.

Mohammadjafari80 avatar Feb 04 '21 17:02 Mohammadjafari80