Google interview question

How would you write an algorithm to search across many machines?

Interview Answer

Anonymous

16 Feb 2010

This is a "real problem" that Google wants to see you address. My answer kind of sucked, but a good place to start is to read up on Google's map/reduce algorithm, because that's how they actually do that anyway.