python icon indicating copy to clipboard operation
python copied to clipboard

UPDATED THE GCD FUNCTION AND MADE IT MORE EFFICIENT

Open DEVIL-NEEL opened this issue 3 years ago • 0 comments

I am creating a pull request for...

  • [x] New algorithm (EUCLIDEAN ALGORITHM which is more efficient)
  • [x] 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

DEVIL-NEEL avatar Oct 21 '22 16:10 DEVIL-NEEL