首页 > 其他 > 详细

[LeetCode] Maximum Swap 最大置换

时间:2017-09-24 09:37:00      阅读:301      评论:0      收藏:0      [点我收藏+]

 

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 最大置换

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!