Utilizing different data structures and algorithms, I developed a IMDb Catalog that users can create, retrieve, update, and delete (CRUD) records. This program loads the lookup dataset into memory then controlled through curses user interface. Multiple users are denoted by multiple datafiles (.log).
Command | Description |
---|---|
make download |
Download required dataset from IMDB |
make |
Compile |
make run |
Run |
make valgrind |
Run Valgrind for Memory Management |
make clean |
Remove outputted files |
make reset |
Remove log files and datasets |
© Namito Yokota