◐ Shell
clean mode source ↗

UPDATED THE GCD FUNCTION AND MADE IT MORE EFFICIENT by DEVIL-NEEL · Pull Request #146 · AllAlgorithms/python

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

This repository was archived by the owner on Sep 7, 2025. It is now read-only.

Conversation

@DEVIL-NEEL

I am creating a pull request for...

  • New algorithm (EUCLIDEAN ALGORITHM which is more efficient)
  • Fix an error about the printing of gcd because the function returns the gcd value and it needs to be stored in a variable before printing the value

AvinashYerra

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider the case where y>x ;

2 participants

@DEVIL-NEEL @AvinashYerra