Skip to content

A hash table to store the movies recommended for me to watch. A simple list just didn't cut it.

Notifications You must be signed in to change notification settings

pmh-3/HashMyMovie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Hash-Table

This program inputs movies into a hash table using separate chaining for collision resolution. User can print, remove, and find movies. User can ask for all movies of a specific genre. Hash function splits movie title into 2, two digit sections, sums, divides by table size, and returns the remainder as the index.

About

A hash table to store the movies recommended for me to watch. A simple list just didn't cut it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages