generic icon indicating copy to clipboard operation
generic copied to clipboard

Modifications on HashMap and HashSet

Open tur11ng opened this issue 1 year ago • 1 comments

  • Changed the inner representation of entries in HashMap
  • Added the Keys() and Values() methods to both HashMap and HashSet data structures
  • Did benchmarks on the results and compared my fork with yours. This repository was used with custom modifications. Found that they did not differ in time and I think my implementation extends the interface making it a bit more useful.

Thanks you for your time.

tur11ng avatar Jul 02 '23 21:07 tur11ng