Skip to content

comparus/long-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

long-map

Finish development of class LongMapImpl, which implements a map with keys of type long. It has to be a hash table (like HashMap). Requirements:

  • it should not use any known Map implementations;
  • it should use as less memory as possible and have adequate performance;
  • the main aim is to see your codestyle and teststyle

Releases

No releases published

Packages

No packages published

Languages