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

[LeetCode] Maximum Swap 最大置换

时间:2017-09-24 09:49:03      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:ati   xpl   turn   get   ber   git   and   etc   imu   

 

Given a non-negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you could get.

Example 1:

Input: 2736
Output: 7236
Explanation: Swap the number 2 and the number 7.

 

Example 2:

Input: 9973
Output: 9973
Explanation: No swap.

 

Note:

  1. The given number is in the range [0, 108]

 

s

 

[LeetCode] Maximum Swap 最大置换

标签:ati   xpl   turn   get   ber   git   and   etc   imu   

原文地址:http://www.cnblogs.com/grandyang/p/7583875.html

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