Skip to content

Artemiy7/long-map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

long-map

unit tests: CircleCI

time complexity text:

I added 201 entries to the LongMap using different numbers and displayed the distribution of entries in buckets on the graph.

  • #c5f015 Average case using new Random().nextlong()
  • #f03c15 Worst case using numbers with same ending number e.g.: 7777, 7777777, 1113337
  • #1589F0 Log(201) for comparison

map

About

Java long-map implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%