数组的作用是将一个或多个数组合并为一个数组。
The array_merge function merges one ore more arrays into one array.
题意要把两个有序的数组合并到他们中的一个数组中。
Given two sorted integer arrays a and B, merge B into a as one sorted array.
这是一项不为人知的小技巧,简单的原生方法就可以实现数组合并这样的常见任务。
A wonderful example of a lessor-known, simple native method for completing the basic task of array merging.
应用推荐