Skip to content

Commit 3dd6622

Browse files
committed
fix: 33_SortArrayForMinNumber 题目描述
1 parent 8bdb901 commit 3dd6622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

剑指offer/33_SortArrayForMinNumber(把数组排成最小的数).py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
题目:输入一个正整数数组,把数组里所有数字拼接起来排成一个数,打印能拼接出的所有数字中最小的一个。
44
例如输入数组{3,32,321},则打印出这3个数字能排成的最小数字321323。
55
6+
类似的 leetcode 题目如下,不过是排成的最大的数字:
67
78
https://leetcode.com/problems/largest-number/
89

0 commit comments

Comments
 (0)