C# Класс Permutations, TelerikAcademy

Generate permutations of a given sequence of values contains unique or non-unique elements.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
Main ( ) : void
Permutate ( int array, int index, int length ) : void
PrintArray ( int length, int array ) : void
Swap ( int &first, int &second ) : void