williamfiset / DEPRECATED-data-structures

A collection of powerful data structures
MIT License
2.85k stars 1.27k forks source link

Map not properly removing items #1

Closed williamfiset closed 7 years ago

williamfiset commented 8 years ago

My map implementation is having trouble removing some elements once they are added. I suspect that has to do with hash collisions or rehashing the table.