JSFiddle - React, Tailwind, and code Playground
by shtrih
JavaScript
// перестановки
// http://rain.ifmo.ru/cat/view.php/vis/combinations/permutations-2003/algorithm
// http://rain.ifmo.ru/cat/view.php/vis/combinations/permutations-2000
var key = ['LCCD', 'ILBE', '7WVN', 'ENG5', 'WTVR'];
function get_variations(array) {
for () {
}
}