How do I search for a number in a 2d array sorted left to right and top to bottom?

后端 未结 20 1089
暖寄归人
暖寄归人 2020-11-22 13:03

I was recently given this interview question and I\'m curious what a good solution to it would be.

Say I\'m given a 2d array where all the numbers i

20条回答
  •  甜味超标
    2020-11-22 13:11

    As this is an interview question, it would seem to lead towards a discussion of Parallel programming and Map-reduce algorithms.

    See http://code.google.com/intl/de/edu/parallel/mapreduce-tutorial.html

提交回复
热议问题