最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

leetcode 1122. Relative Sort Array

2022-11-18 12:33 作者:您是打尖兒還是住店呢  | 我要投稿

Given two arrays?arr1?and?arr2, the elements of?arr2?are distinct, and all elements in?arr2?are also in?arr1.

Sort the elements of?arr1?such that the relative ordering of items in?arr1?are the same as in?arr2. Elements that do not appear in?arr2?should be placed at the end of?arr1?in?ascending?order.

?

Example 1:

Input: arr1 = [2,3,1,3,2,4,6,7,9,2,19], arr2 = [2,1,4,3,9,6]Output: [2,2,2,1,4,3,3,9,6,7,19]

Example 2:

Input: arr1 = [28,6,22,8,44,17], arr2 = [22,28,8,6]Output: [22,28,8,6,17,44]

?

Constraints:

  • 1 <= arr1.length, arr2.length <= 1000

  • 0 <= arr1[i], arr2[i] <= 1000

  • All the elements of?arr2?are?distinct.

  • Each?arr2[i]?is in?arr1.


沒想到一次就過了,雖然跑的慢一點。

Runtime:?10 ms, faster than?15.34%?of?Java?online submissions for?Relative Sort Array.

Memory Usage:?43.5 MB, less than?5.24%?of?Java?online submissions for?Relative Sort Array.


leetcode 1122. Relative Sort Array的評論 (共 條)

分享到微博請遵守國家法律
许昌市| 翁源县| 宁德市| 大城县| 五华县| 宣威市| 和林格尔县| 新巴尔虎左旗| 福海县| 肃宁县| 原平市| 太仆寺旗| 平邑县| 建德市| 友谊县| 行唐县| 安西县| 宜宾市| 神农架林区| 中西区| 乌恰县| 兴义市| 临桂县| 宜春市| 邮箱| 大竹县| 新余市| 施秉县| 浠水县| 兰西县| 广昌县| 通道| 渑池县| 磴口县| 普格县| 太仆寺旗| 平阴县| 淳化县| 上虞市| 万山特区| 卢湾区|