Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.95 KB
  • Book Store Stimulatate Book Store Management.

The projects of a book store demonstrate how to use data structure of list, queue and stack. I teamed up with 3 of my class mate to create this project. It is a first project that we have to build from a ground. I was really excited to create this project We separated three part to work together. Each of us will create at least two classes and followed project descriptive to use all of requirement which consisted of

  1. Using data structure list queue and stack
  2. Use algortihm of link list and array base list
  3. composition and inheritance
  4. Compile and readable

My part is customer classes. I decided to define a link list implementation becuase the customer can grow, link list is a best option to implement those 2 classe. customerType (opration) and customerList(link list implementation)

image

Theimage is showing a main menu which my friend created, to go to my function that I implemeneted press No 3 client information. It displays an option to manage membership at a book store which is consisted of add,delete,edit, search and display option. image

link to implementation part >> https://github.com/momokojung01/CplusPlus/tree/master/BookStore

  • Milk Shelf Stimuate date check before putting milk in queue shelf

-Using Queue to store a milk list -Sort milk by old date to new date

image

  1. User input to store milk data; vender, price and date
  2. Display milk sort by old date to new date

image link to implementation part >> https://github.com/momokojung01/CplusPlus/tree/master/MilkShelf/exam_4