Toggle navigation
Delta: Algorithms
Download
Documentation
Partners
GCD
No notes were written for this algorithm.
Preview of this algorithm
Variable
Ask for a with default 0
Variable
Ask for b with default 0
Structure
While b != 0
Variable
Set c to a % b
Variable
Set a to b
Variable
Set b to c
Structure
End
Output
Print variable a