Skip to content

Commit c72c74e

Browse files
Update README.md
1 parent c71b8be commit c72c74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ MissingNo.c | Find The Missing number | [Program](https://raw.githubuserconten
6767
fizzBuzz.c | Fizz Buzz Problem | [Program](https://raw.githubusercontent.com/randerson112358/C-Programs/master/fizzBuzz.c) | [Blog](http://everythingcomputerscience.com/) | [Watch on YouTube ](https://youtu.be/V-Ijm0CFAj8)
6868
gcd_for_loop.c | Euclides Greatest Common Divisor | [Program](https://github.com/randerson112358/C-Programs/blob/master/gcd_for_loop.c) | [Blog](https://medium.com/@randerson112358/euclides-algorithm-gcd-fd664f5ac540) | [Watch on YouTube ](https://youtu.be/wxA4P-lWTwc)
6969
gcd.c | Euclides Greatest Common Divisor Recursion | [Program](https://github.com/randerson112358/C-Programs/blob/master/gcd.c) | [Blog](https://medium.com/@randerson112358/euclides-algorithm-gcd-fd664f5ac540) | [Watch on YouTube ](https://youtu.be/WA9SWF7mGY0)
70+
integerPalindrome.c | Integer Palindrome | [Program](https://github.com/randerson112358/C-Programs/blob/master/integerPalindrome.c) | [Blog](https://medium.com/@randerson112358/practice-programming-problems-97b7d4e32a5c) | [Watch on YouTube ](https://youtu.be/jzeZ6PevEUY)
71+
72+
7073

7174
## Multiplication Programs
7275
Program Name | Algorithm Name| Link to Program | Blog | YouTube

0 commit comments

Comments
 (0)