Backtracking/permutations library

Functions

permutations<T>(List<T> items) List<List<T>>
🔄 Permutations (Backtracking, Generic)