Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.06 KB

Plane Seating Assignment

Seats the passengers as close together as possible

Getting Started

These instructions will get you a copy of the project up and running on your local machine for usage.

Prerequisites

- Python3
- Visual Studio Code [for editing]

Downloading

  1. Download main.py to download the program

The Program

Running the tests and some commands to use to simplify the program

Running The Tests

Run main.py

Every number between 1 and 7 will result in that number of seat being reserved, all in contiguous blocks of seats.

Commands

E - Exits the program
R - Resets the map of seats
P - Prints the current map of seats

Built With

Version

Version 1.0.0

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments