@boxoffice/boss-algorithm

The algorithm selects the best available seats for a group of persons in a given theater layout.

Usage no npm install needed!

<script type="module">
  import boxofficeBossAlgorithm from 'https://cdn.skypack.dev/@boxoffice/boss-algorithm';
</script>

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.