leetcode剑指offer感悟41-50

剑指 Offer 45. 把数组排成最小的数

自定义比大小规则的快排

 

剑指 Offer 49. 丑数

只想到了后面的丑数只能是前面的2,3,5倍,没想到怎么去做状态转移

解析:https://leetcode-cn.com/problems/chou-shu-lcof/solution/mian-shi-ti-49-chou-shu-dong-tai-gui-hua-qing-xi-t/

leetcode剑指offer感悟41-50_第1张图片

你可能感兴趣的:(数据结构与算法,python,leetcode)