thomasthaddeus/MusicalChairs
This project contains implementations of a seating arrangement algorithm using four different approaches: us module, using standalone functions, and using Python's zip function along with the built-in sorted function.
PythonLGPL-3.0