data structures semester project in C++ to manage a shopping system
About this project
Internet Shopping System Project Overview This project simulates an Internet shopping system where users can electronically purchase items. The system handles customer requests, processes them in order of arrival, and prioritizes members over non-members. Each item is identified by an Item ID, name, and price per unit. Customer requests include credit card information for payment and the customer's home address for delivery. The project is divided into three parts, each focusing on different aspects of data structures: Part A: General ADT Implementation ADT Graphical Representation: Provide a graphical representation of the most suitable Abstract Data Type (ADT) for the problem. ADT Specification: Provide a complete specification of the chosen ADT. Implementation: Implement all required operations, utilizing previously studied ADTs and operations. Simulation: Write a main program to simulate the system, including the computation of the average time for the operation of purchasing an item. Part B: Binary Search Tree Implementation Binary Search Tree: Represent items stored in the Storage House as a Binary Search Tree. Implementation:
From the project README on
GitHub
- Stars
- 10
- Forks
- 1
- Last push
- 29 Dec 2023
Add this badge to your README
Show that your project is listed on Made in Algeria.
[](https://www.madeinalgeria.dev/projects/dsa-internet-shopping-system-project)