可能顯示的文件:
Given a 2d array sorted in increasing order from left to right and top to bottom, what is the best way to search for a target number?
Search a sorted 2D matrix算法:搜索二維整數數組中的整數的有效方法?
甲時間效率的程序,找出在二維矩陣的元素,行和列,其中的單調遞增。 (行和列從上到下和從左到右增加)。
我只能想到二進制搜索,如果二維數組排序。
即使單調增加而不是排序,也可以進行二進制搜索,但正如指出的那樣,有更好的方法可以繼續。 – 2010-08-13 14:03:46