algorithms
algorithms copied to clipboard
Hash table Resize
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.