# Pseudocode Have an array A of integers Have a map B, mapping those integers to their Cochrane Reticulated values For each element of A: Divide it by its CR value Square the result If this value is less than 1 Set it to 0 Return the resulting array