→ كل المشاريع

dsa-internet-shopping-system-project

بواسطة @larbi1512

10

data structures semester project in C++ to manage a shopping system

عن هذا المشروع

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:

من ملف README الخاص بالمشروع على GitHub

النجوم
10
التفريعات
1
آخر تحديث
29/12/2023

أضف هذه الشارة إلى ملف README

أظهر أن مشروعك مُدرج على «صُنع في الجزائر».

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/dsa-internet-shopping-system-project.svg)](https://www.madeinalgeria.dev/projects/dsa-internet-shopping-system-project)

مشاريع ذات صلة