Skip to content

Final project for CSS 343: Data Structures, Algorithms, and Discrete Math II. Mimics transaction of a video rental store.

License

Notifications You must be signed in to change notification settings

aeparks/Movie-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS 343 : "Movie Store"

Written as the final project for CSS 343 : Data Structures, Algorithms, and Discrete Math II -- the intermediate / advanced C++ programming course -- at the University of Washington | Bothell.

Premise

The purpose of this project was to emulate the needs and typical transation of a movie rental store. This included a customer "database" and an inventory "database". In the case of this project, the databases were constructed using linked lists sorted when inserted. The project made use of several key concepts learned during the course including linked lists, operator overloading, inheritance, hash tables, pointers, and dynamic memory allocation.

About

Final project for CSS 343: Data Structures, Algorithms, and Discrete Math II. Mimics transaction of a video rental store.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages