We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdb901 commit 3dd6622Copy full SHA for 3dd6622
剑指offer/33_SortArrayForMinNumber(把数组排成最小的数).py
@@ -3,6 +3,7 @@
3
题目:输入一个正整数数组,把数组里所有数字拼接起来排成一个数,打印能拼接出的所有数字中最小的一个。
4
例如输入数组{3,32,321},则打印出这3个数字能排成的最小数字321323。
5
6
+类似的 leetcode 题目如下,不过是排成的最大的数字:
7
8
https://leetcode.com/problems/largest-number/
9
0 commit comments