Pergunta de entrevista da empresa Amazon

Basic coding questions that would normally have been EXTREMELY easy: shuffle an array in place in O(n)

Resposta da entrevista

Sigiloso

5 de fev. de 2010

see any shuffle algorithm that walks the array and swaps the current element with a randomly chosen element.