Skip to content

npsboy/seating_randomiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does it do?

-This program automatically randomises a class' seating arrangement.
-Each bench seats 2 students and the number of benches depend on the number of students.
-The list of all students in the class are provided in the code in the form of an array.

How does it work?

-A loop pick 2 random items from the students list and adds it to a sub list
-Each sub-list represents a bench.
-The sub-list is pushed into a larger list called "positions"

See this working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published