Inspiration: Solving the online movie booking ticket problem
What it does: Allow users to have more freedom and options in buying online movie tickets
How we built it Create some classes to hold basic variables and perform the code in C++ language. I am trying to make the movie theater contains three rooms. Each room has its own movie schedule for up to two weeks. Each would be 6 movie sessions a day. So 6* 14 = 84 sessions during 2 weeks.
Challenges we ran into: How to have enough movie data and its schedule to make reliable results
Accomplishments that we're proud of Solving problems of booking adjacent seats in a movie theater
What we learned: Using Excel to create 84 lines for input.txt
What's next for Booking Movie Ticket: From there, we can develop our software into dealing with more than 10000 concurrent transactions.
Log in or sign up for Devpost to join the conversation.