C# Class Permutations, TelerikAcademy

Generate permutations of a given sequence of values contains unique or non-unique elements.
Mostra file Open project: nzhul/TelerikAcademy Class Usage Examples

Private Methods

Method Description
Main ( ) : void
Permutate ( int array, int index, int length ) : void
PrintArray ( int length, int array ) : void
Swap ( int &first, int &second ) : void