Skip to content

Commit

Permalink
Update JavaDoc for CollatzConjecture
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldoror committed Aug 12, 2024
1 parent 78383d7 commit 3eb2868
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/org/rancore/math/CollatzConjecture.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
* <p>The CollatzConjecture class provides a method for calculating the Hailstone sequence,
* also known as the 3n+1 problem. The conjecture asks whether repeating two simple arithmetic
* operations will eventually transform every positive integer into 1. <p>
* Some values produce intermediates as high as 2.7*10^7 (for n = 9663)
* Some values produce intermediates as high as 2.7*10^7 (for n = 9663).
*
* <p><u><b>Instance Variables:</b></u></p>
* <p>bool <code>debug</code></p>
*
* <p><u><b>Constructor:</b></u></p>
* <p><code>CollatzConjecture():</code> Constructs a new instance of the CollatzConjecture class.</p>
*
* <p><u><b>Methods:</b></u></p>
* <p><code>collatzConjecture(int n)</code>: Calculates the Collatz conjecture.</p>
*/
Expand Down

0 comments on commit 3eb2868

Please sign in to comment.