Skip to content

grechman2/long-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

About

Java Interview test task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%