File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ So, the formula for recursive function turns out to be, `gcd(a,0) = a` and `gcd(
173173

174174
**Visual description**
175175

176-
![To be inserted](A link which is not working)
176+
![GCD](https://.com/syedumerahmedcode/recursion/blob/master/src/main/resources/GCDUsingRecursion.jpg)
177177

178178
## Product of an array
179179

0 commit comments

Comments
 (0)