README
BoxOffice Seat Selection Algorithm
The algorithm selects the best available seats for a group of persons in a given theater layout.
See this doc for the detailed algorithm. Currently, steps 0 to 3 are implemented.
The algorithm selects the best available seats for a group of persons in a given theater layout.
<script type="module">
import boxofficeBossAlgorithm from 'https://cdn.skypack.dev/@boxoffice/boss-algorithm';
</script>
The algorithm selects the best available seats for a group of persons in a given theater layout.
See this doc for the detailed algorithm. Currently, steps 0 to 3 are implemented.