I realize this question has been asked a million times before, but I'm hoping this is a little different and a little more interesting. I came across the paper by Dor and Zwick that says it's possible to find the median in an array of n integers in <= 3n comparisons. The paper is here: http://eccc.hpi-web.de/report/1995/031/download
Has anyone ever actually implemented this? It seems very complex and I would enjoy seeing it run to compare it to the more standard versions of the algorithm.