Skip to content

Update Useful maths formulas.md#1

Open
pumbatimon473 wants to merge 1 commit intotarunluthra123:masterfrom
pumbatimon473:patch-1
Open

Update Useful maths formulas.md#1
pumbatimon473 wants to merge 1 commit intotarunluthra123:masterfrom
pumbatimon473:patch-1

Conversation

@pumbatimon473
Copy link
Copy Markdown

Pseudocode for finding GCD:

Purposed changes in the following lines:
Line 15: a, b = b%a, b => a, b = b%a, a
Line 25: return gcd(b%a, b) => return gcd(b%a, a)

Pseudocode for finding GCD:

Purposed changes in the following lines:
Line 15: a, b = b%a, b => a, b = b%a, a
Line 25: return gcd(b%a, b) => return gcd(b%a, a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant