Algorithm: Difference between revisions

Content deleted Content added
we already have an example; moving it up
No edit summary
Line 5:
 
# Let A be the greater number of A and B, and B the lesser.
# LetReplace A =by the difference A-B.
# Repeat steps 1 and 2 until A and B are equal, this number will then be the greatest common divisor of the original numbers.