Skip to content

Commit

Permalink
最大交换
Browse files Browse the repository at this point in the history
  • Loading branch information
ghxuan committed Dec 4, 2018
1 parent d5e76a0 commit fa6a6a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py/maximum-swap.py
@@ -1,4 +1,3 @@

def maximumSwap(num):
"""
:type num: int
Expand Down Expand Up @@ -29,4 +28,4 @@ def maximumSwap(num):
# 33122122
# 42122133
# 4333322
# 4433332
# 4433332

0 comments on commit fa6a6a6

Please sign in to comment.