Pregunta de entrevista de Innoplexus

Write a pseudo code to shuffle a deck of cards .

Respuesta de la entrevista

Anónimo

14 ene 2016

A deck of cards needs to shuffled in such a way that the arrangement of cards is randomized as much as possible. I wrote this statement and later coded a function in java for the same.

1