mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 20:44:39 +08:00
@ -1,10 +1,9 @@
|
||||
package com.thealgorithms.maths;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.lang.IllegalArgumentException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.lang.IllegalArgumentException;
|
||||
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* @brief class computing the n-th ugly number (when they are sorted)
|
||||
|
Reference in New Issue
Block a user