C# Class AdvancedAlgorithms.NRooks

Rod Howarth - n6294685 Team14 Calculates permutations of how many rooks can be on a chess board without being able to hit each other.
Show file Open project: RodH257/Advanced-Algorithm-Problems

Private Methods

Method Description
Main ( string args ) : void
enumerate ( int k ) : void
swap ( int i, int k ) : void