Project Proposal

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Data Structures and Algorithm (EE-222) – Section B

Project Proposal

Group Members:
1. Muhammad Oneeb Sarfraz (2020336)
2. Syed Mustafa (2020482)
3. Saad Nawaz (2020344)

Project Title: Watch Shop Management System

Project Description:
1- There will be a shop in which there will watches of various brands.

2-There will couple of type of watches like Automatic and Manual/cell.

3- There will be two types of customers like visitors/window-shopping and the buyers.

4- We can add the details of a customer’s purchase or view the previous history of that day.

Now sir here I shall discuss about the Data structure that are involved in this project.

Firstly there is an array which contains the roots of all binary trees. The roots contain the names of brands.

The different brands will contain different watches on their basis of working. Their children will be
Automatic and manual watches. Further its children nodes will be divided into the different models of the
watches.

Lastly we will use a queue to add customers to the shop so that we can implement first come first serve
policy. The customers will be divided into two types (i.e. visitors and buyers).

We will use a switch to choose whether the user wants to add a new sale or view the details of the previous
sales.
Project Flowchart Diagram:

Automatic

Buy Generate
Watch Bill

Manual
Enter
Start
Shop

Window
Shopping

You might also like