OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.
好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。
I could cut that up into fragments, and I could search in these fragments to try to find the one that has the insulin gene on it.
我把那部分切成碎片,然后从中找到有胰岛素基因的那一段
应用推荐