Skip to content

This is a repo for my custom dynamic hash table in Java

License

Notifications You must be signed in to change notification settings

Dkaban/Dynamic-Hashtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynamic Hashtable

This is a repo for my custom dynamic hash table in Java

The Assignment

  • Create a dynamically resizeable hash table, given an book title and ISBN number.
  • Use Extraction and division for the last 3 digits of the ISBN number.
  • Use linear probing to handle collisions.

How It Works

  • HashTableDriver instantiates a DynamicHashTable
  • Put methods to place elements into the hashtable
  • Remove method to take elements out of the hashtable
  • Find method locates a Book inside the hashtable and returns its index

About

This is a repo for my custom dynamic hash table in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages