algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

There's no resize in hash-table

Open shady831213 opened this issue 7 years ago • 1 comments

Hi, I suggest implement resize in hash-table. Like this: https://github.com/shady831213/algorithms/blob/master/hashMap/chainedHashMap/chainedHashMap.go https://github.com/shady831213/algorithms/blob/master/hashMap/chainedHashMap/chainedHashMap_test.go :)

shady831213 avatar Mar 12 '18 09:03 shady831213

My friend and I worked on this issue in my recent pull request. https://github.com/arnauddri/algorithms/pull/18

Mohammadjafari80 avatar Feb 04 '21 17:02 Mohammadjafari80