core_testing1/collatz_test3.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Tue, 01 Nov 2022 15:03:48 +0000
changeset 428 cdfa6a293453
parent 399 b17a98b0c52f
child 472 6a77c260c8a5
permissions -rw-r--r--
updated solutions and templates


assert(C1.last_odd(113) == 85)
assert(C1.last_odd(84) == 21)
assert(C1.last_odd(605) == 341)