Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Objective of the project.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,22 @@ Buffer_2.0 repo to submit your projects to.Repository containing folder-wise cod

Each folder should contain a separate README to describe the files and project objective

1) Objective of the project.
This system concerns about the working of a shopping
mall from owner’s point of view. We’ve worked on
functions like create, display, update, search, generating
bill. There are different departments and we can add items
accordingly.
2) Data structure used.
Binary tree- As we want our code to be more optimized
we are using binary tree as its complexity is less (log(n)).
Tree is used to store item id, name, price and quantity.
3) Learnings from this project.
We learnt to apply data structures in real world
problems. By using this code we can optimize owner’s
time by directly searching, updating, adding items and also
creating bills.
4) What’s next for the project?
We can also expand the code for costumers to shop
online also. We can also create a website for shopping
online.