How would you write an efficient data structure that would represent a deck of cards.
Anonymous
Use a CardLayout. In Java, this would be cardLayout.add(someCard); (with the appropriate initial set up).
Check out your Company Bowl for anonymous work chats.