I have been given the sorting job whereby I sort all the names on the entry cards. The computer science brain in me is already using different sort algorithms to determine which is the best way to sort without computer. Turns out binary sort is actually quite fast to do so as long as long as you keep the trees small. This is all so entertaining to me.