According to the massively credible spammers on Facebook, the following is a common question asked by Google interviewers to interviewees.
Imagine you have a closet full of shirts. It’s very difficult to find a shirt. What can you do to organize your shirts for easy retrieval?
Now I’m not suggesting that I’m looking to get a job with Google, that would be pretty awsome mind you, but I doubt that they would be interested in emotionally unstable (hey, I’m kinda mature… I guess?) 18 year olds. :/
In the midst of deliberating whether I should stack or hang them, I thought to myself, why not write a computer simulation? One thing led to another, and the result of a wasted evening yielded… well, something that’s pretty weird. (Albeit it is not at all useful)
Visualizing a computer Stooge Sorting 23 Shirts
Note that you’ll need to scroll a lot to see the end result.

Stooge Sort Visualization of 23 shirts.
A little bit on stooge-sort, it is a sorting algorithm of not nlog(n), nor of n, nor even n^2, but of n^2.7 complexity.