From 5dce9cd4fa922c5bd68cfecffa2098495207c911 Mon Sep 17 00:00:00 2001 From: Hammad Ur Rahman Date: Tue, 5 Nov 2024 00:40:41 +0500 Subject: [PATCH] Update diophantine_equation.py Fix Bugs --- blockchain/diophantine_equation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blockchain/diophantine_equation.py b/blockchain/diophantine_equation.py index ae6a145d2922..bc4c6a94cfcb 100644 --- a/blockchain/diophantine_equation.py +++ b/blockchain/diophantine_equation.py @@ -107,3 +107,4 @@ def extended_gcd(a: int, b: int) -> tuple[int, int, int]: testmod(name="diophantine_all_soln", verbose=True) testmod(name="extended_gcd", verbose=True) testmod(name="greatest_common_divisor", verbose=True) + GDE ( Greatest Common Divisor ) or HCF ( Highest Common Factor )