Random Permutation Generation

Given an array A of items, come up with an algorithm that produces a random permutation of A on every run

Last updated