changeset 135 | 077e63e96287 |
parent 129 | b1a51285de7e |
--- a/templates/collatz.scala Wed Nov 08 16:08:16 2017 +0000 +++ b/templates/collatz.scala Wed Nov 08 20:27:56 2017 +0000 @@ -13,7 +13,7 @@ //def collatz(n: Long) : Long = ... -//(2) Complete the collatz bound function below. It should +//(2) Complete the collatz-bound function below. It should // calculate how many steps are needed for each number // from 1 up to a bound and then calculate the maximum number of // steps and the corresponding number that needs that many