Archives for March, 2021
The Surface of the Balloon – Galaxies Receding from Each Other
Galaxies are receding from each other Isn't this true of ANY explosive event (say a large firecracker in a closed room) - things will appear to recede from each other?…
Perfect Numbers – and a best case algorithm
Brute Force Algorithm - O (N) The brute force approach will loop through all the way from 1 to N - looking for divisors and add them to a running…