Skip to content

Class MyMap uses an ArrayList of LinkedLists(that have a Pair) to mimic a HashTable. Using the HashTable, class MyMap has inner class Pair that acts as the <key, value> pair.

Notifications You must be signed in to change notification settings

Maker-Mark/MyMap-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

About

Class MyMap uses an ArrayList of LinkedLists(that have a Pair) to mimic a HashTable. Using the HashTable, class MyMap has inner class Pair that acts as the <key, value> pair.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages