Euclide GCD === ### **Flowchart for Euclide GCD** ```mermaid graph LR st((Start)) -->|input| iput[/"Read a, b"/] iput --> op1["int tmp"] op1 --> cond1{"b != 0"} cond1 --> |True| op2["tmp <- b <br> b <- a % b <br> a <- tmp"] op2 --> cond1 cond1 --> |False| op3["result <- a"] op3 --> oput[/"print result"/]; oput --> e e((End)) ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up