Skip to content

Inspired by the knights tour problem (https://www.geeksforgeeks.org/the-knights-tour-problem-backtracking-1/), I created a program to create the all possible safe (six feet apart in all directions) seating arrangements in a movie theatre. Along with each possibility comes a score, and the most optimal arrangement is thus given.

Notifications You must be signed in to change notification settings

YasserDbeis/COVID-19-Movie-Theatre-Seating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

COVID-19-Movie-Theatre-Seating

Inspired by the knights tour problem (https://www.geeksforgeeks.org/the-knights-tour-problem-backtracking-1/), I created a program to create the all possible safe (takes input for distance between each row and seat) seating arrangements in a movie theatre. Along with each possibility comes a score, and the most optimal arrangement is thus given.

About

Inspired by the knights tour problem (https://www.geeksforgeeks.org/the-knights-tour-problem-backtracking-1/), I created a program to create the all possible safe (six feet apart in all directions) seating arrangements in a movie theatre. Along with each possibility comes a score, and the most optimal arrangement is thus given.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages