Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 382 Bytes

Box-Office-Program

Features

  • The program gathers information about customers such as positions, entering time, and the number of tickets they will buy to generate their estimated check-out time.
  • Implementation of the queue in the linked list data structure.
  • Restriction: limitation of test cases, number of customers, and number of tickets that each customer can buy.