Tag: checkpoint
-
Checkpoint 9
-
Checkpoint 8
-
Checkpoint 7
-
Checkpoint 6
-
Checkpoint 5
-
Checkpoint 4 optimisation
The Checkpoint 4 task was to find an integer square root of numbers up to 10000. My first pass solution was: Although not coded for speed, there are a couple of subtle optimisations here; the first is that it gives up once it gets to the number instead of going up to the end (it…
-
Checkpoint 4
-
Checkpoint 3