Tony Hoare: inventing Quicksort

Tony Hoare tells the story of how he came up with the idea for the Quicksort computer sorting algorithm whilst in 1960 Moscow.

Listen to the full interview track and all other tracks from this interview on British Library Sounds

I did in fact make perhaps my most famous invention while I was at Moscow State University, as a result of thinking about problems of translating languages. The first thing a computer would do on reading a sentence in a foreign language was to sort the words into alphabetical order, because in those days the dictionaries of a language would be held on magnetic tape, which could only be scanned from the beginning to the end. And if you sorted the words into order, in a single scan you could pull the articles for every word in a sentence rather than scanning the whole tape for each word. So I thought, that’s a nice exercise, how would I programme sorting the words using a very small main store of a computer. Erm … I thought of one method and thought, no, no, that’s a bit slow because it would take the number of words – you’d have to square it and you’d have to do something for every pair of words. And then I thought of a method which was better than that, that was called Quick Sort. I tried to programme it in Mercury Autocode, which was the only programming language I knew at that time, and I couldn’t quite organise it. But I thought, ah, something like this will work. And in the end that’s how it turned out, and now when I go to China or Russia or anywhere, that’s the thing that they all know that I’m famous for. So it illustrates a basic concept of problem solving, which is divide and conquer, and it uses a computing technique known as recursion, to use – to get the computer to use the same method to – to solve the smaller problems as you have told it to solve the bigger problem. I haven’t had it confirmed but people tell me that it’s still the most widely used method. It becomes more and more important as the main memory of the computer gets larger. It’s really quite effective. And it’s quite effective in the – even the extended backing stores that computers use nowadays, which are getting more and more random access. So I think the basic technique is still very applicable.

How old were you when you actually came up with the idea?

This would be 1960, so I was twenty-six.

Did you think at the time that this would be the thing that people would know you for half a century later?

No, I did not [laughs].
  • Interviewee Tony Hoare
  • Duration 00:03:01
  • Copyright British Library Board
  • Interviewer Thomas Lean
  • Date of interview 9/8/2011
  • Shelfmark C1379/52

Related Audio Clips

The following clip is a short extract from an in-depth interview.
To listen to the full interview visit http://sounds.bl.uk

Related themes

Related disciplines