码迷,mamicode.com
首页 > 其他好文 > 详细

LeetCode-912.Sort an Array

时间:2019-06-13 17:12:55      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:ref   pre   output   nbsp   http   inpu   www   not   end   

Given an array of integers nums, sort the array in ascending order.

Example 1:

Input: [5,2,3,1]
Output: [1,2,3,5]

Example 2:

Input: [5,1,1,2,0,0]
Output: [0,0,1,1,2,5] 

Note:

  1. 1 <= A.length <= 10000
  2. -50000 <= A[i] <= 50000

排序

参考https://www.cnblogs.com/zhacai/p/11011961.html

LeetCode-912.Sort an Array

标签:ref   pre   output   nbsp   http   inpu   www   not   end   

原文地址:https://www.cnblogs.com/zhacai/p/11017408.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!