@author todd @date 2020/7/28 14:42 @description: 寻找丑数 把只包含因子2、3和5的数称作丑数(Ugly Number)。例如6、8都是丑数,但14不是,因为它包含因子7。 习惯上我们把1当做是第一个丑数。求按从小到大的顺序的第N个丑数。
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected