Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 490 Bytes

Super-Market-Billing-system

This project introduces a comprehensive framework for managing the complexity of a supermarket structure for visualizing how a supermarket company actually does business. Using data structures, this project enables to shop without faulty billings. This program is written in C++ and runs via a C++ compiler implementing stacks, queues, Arrays and linked lists.

Concepts of data structures used: a. Linked list b. Array c. Stack d. Queue e. Hashing f. Files