Skip to content

Commit bbeba9e

Browse files
committed
add README.md
1 parent e2b1981 commit bbeba9e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Store Checkout System/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)