Skip to content

Commit 24a5d67

Browse files
authored
Update README.md
1 parent 5b09a8d commit 24a5d67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ hash tables, dynamic storage management; introduction to graphs using JAVA as th
1414
* [Binary Search Tree](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Store%20Checkout%20System/src/data_structures/BinarySearchTree.java)
1515
* [Red-Black Tree](https://github.com/kalrapranav/Data-Structures---JAVA/blob/master/Store%20Checkout%20System/src/data_structures/BalancedTree.java)
1616

17+
### [Store Checkout System](https://github.com/kalrapranav/Data-Structures---JAVA/tree/master/Store%20Checkout%20System)
18+
There is a portion of a retail store checkout system.
19+
The application provides fast lookup for product information. A clerk (or customer) inputs a product stock number and the system returns the record for that item. The system is designed to provide facilities to add, remove and look up items, along with certain other utility functions.
20+
21+

0 commit comments

Comments
 (0)