File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Store Checkout System
2
+
3
+ ---
4
+
5
+ For this assignment, you will create a portion of a retail store checkout system.
6
+ For this assignment you have both data structures and an application to develop.
7
+ The application provides fast lookup for product information.
8
+ A clerk (or customer) inputs a product stock number and the system returns the record for that item.
9
+
10
+ The system is designed to provide facilities to add, remove and look up items, along with certain other utility functions.
11
+ * Your project will use theDictionaryADTinterface (provided) to support your application program.
12
+ * The dictionary takes key-value pairs.
13
+ * Each key must be distinct; no duplicates are allowed. There may be duplicate values.
You can’t perform that action at this time.
0 commit comments