Design an algorithm that would shuffle a deck of cards
Anonymous
Give each card a randomly generated real number between 0.0 and 1.0. Sort the cards based on the associated numbers. O(n log n). Use a good source of randomness.
Check out your Company Bowl for anonymous work chats.