Skip to content

Commit 3cd42b9

Browse files
refactor 264
1 parent e631d17 commit 3cd42b9

File tree

1 file changed

+0
-9
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-9
lines changed

src/main/java/com/fishercoder/solutions/_264.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
package com.fishercoder.solutions;
22

3-
/**
4-
* 264. Ugly Number II
5-
*
6-
* Write a program to find the n-th ugly number.
7-
8-
Ugly numbers are positive numbers whose prime factors only include 2, 3, 5. For example, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12 is the sequence of the first 10 ugly numbers.
9-
10-
Note that 1 is typically treated as an ugly number, and n does not exceed 1690.
11-
*/
123
public class _264 {
134

145
public static class Solution1 {

0 commit comments

Comments
 (0)