以上来源于: WordNet
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
如果首个元素小于最后一个元素,表明数组是排序的。
Given two sorted integer arrays a and B, merge B into a as one sorted array.
题意要把两个有序的数组合并到他们中的一个数组中。
Quick sorts, unlike merge sorts, have no combining step: two subarrays form an already-sorted array.
快速排序,与合并排序,没有结合一步:两个子阵形成一个已经排好序的数组。
That the phonebook was sorted alphabetically and that the array of numbers on the board behind the second row of paper itself was sorted alphabetically.
电话簿是按照字母顺序排列的,而且黑板上第二排后面的一系列数字,也是按字母顺排列的。
应用推荐