Exercise

Perform Euclid's algorithm with input a = 38 and b = 26. What are the new values for a and b after step 1?

a = 26 and b = 12.

a = 12 and b = 26.

a = 26 and b = 38.