Attached is a small C++ program I wrote for an Algorithms and Data Structures class (CSC120 at Hofstra University).
It takes grocery items from a text file and puts them into a hash table. The user can add, delete, and edit items in the hash table. Upon exiting the program, the text file is updated.