PPjamies/UPC-Barcode-Scanners
UPC Scanners Application includes three UPC bar-code scanners: Binary Search Tree Scanner, Hash Scanner, and Array Scanner. Over 5000 UPC's and corresponding item descriptions were saved into three different data structures: array, binary search tree, and hash table. The three scanners read incoming UPC from user and retrieves corresponding products from databases. Overall application tests the retrieval times of each database.
C++