Skip to content

Commit 7098869

Browse files
committed
🎨 Improving structure / format of the code.
1 parent 5be63f1 commit 7098869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

leetcode/src/main/java/com/fuyd/other/Solution263.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public class Solution263 {
3333

3434
/**
35-
* 思路:微软拼音数学公式
35+
* 思路:s
3636
* 此题较为简单,想要判断一个数的因子是否为2、3、5,只需要判断对这个几个数进行取模然后再除以这几个数,直到最后为1即是丑数。
3737
* 如果对这个几个数取模都不能整除那一定不是丑数,所以使用else if,一直连续判断,如果除以2、3、5,都除不尽那就是丑数
3838
*

0 commit comments

Comments
 (0)