How to solve circular seating arrangement?
Answers
Answered by
1
if there are 'n' number of things to be arranged in a circular manner, tell number of ways are (n-1)!
if clockwise and anti clockwise are considered to be same then the number of ways are (n-1)!/2
if clockwise and anti clockwise are considered to be same then the number of ways are (n-1)!/2
Similar questions