pre_testing1/collatz_test3.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Sat, 31 Oct 2020 16:47:46 +0000
changeset 345 40657f9a4e4a
parent 343 testing1/collatz_test3.scala@c8fcc0e0a57f
permissions -rw-r--r--
updated


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