So this one is about finding ‘Ruth-Aaron pairs’, which are pairs of consecutive numbers where the prime factors for each sum to the same number. Hopefully it’s clear enough what the code does, but it just goes through each number breaking it down into prime factors using some leftover stuff from the prime factor tree code.Â


















