We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2e944 commit 064d941Copy full SHA for 064d941
ProjectEuler/Problem12.java
@@ -18,7 +18,7 @@
18
What is the value of the first triangle number to have over five hundred divisors?
19
*/
20
21
-public class Problem_12_Highly_Divisible_Triangular_Number {
+public class Problem_12 {
22
23
/* returns the nth triangle number; that is, the sum of all the natural numbers less than, or equal to, n */
24
public static int triangleNumber(int n) {
0 commit comments