Skip to content

Commit f28a662

Browse files
committed
some changes
1 parent 1cba5cf commit f28a662

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Basic Programs
1515
5. [Program to check if the given number is Armstrong number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/5_CheckArmstrong.c)
1616
6. [Find the factorial of a number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/6_Factorial.c)
1717
7. [Program to check if the given number is Strong number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/7_CheckStrong.c)
18-
8. Program to count the digits of a number
19-
9. Program to swap two numbers (All methods)
20-
10. Program to print Fibonacci series
21-
11. Program to print Hello World without semicolon
22-
12. Find the largest of two numbers without conditional statement
23-
13. Program to find the area of a Triangle when sides are given
24-
14. Program to find the volume of a Sphere when radius is given
25-
15. Program to check if the year is a Leap year
26-
16. Program to convert Binary to Decimal and viceversa
27-
17. Program to convert Binary to Octal
28-
18. Program to find LCM of two numbers without recursion
29-
19. Program to find GCD of two numbers without recursion
30-
20. Program to print wedge,pyramid and diamond pattern
18+
8. [Program to count the digits of a number](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/8_CountDigits.c)
19+
9. [Program to swap two numbers (All methods)](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/9_SwapNumbers.c)
20+
10. [Program to print Fibonacci series](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/9_SwapNumbers.c)
21+
11. [Program to print Hello World without semicolon](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/11_HelloWorldNoSemiColon.c)
22+
12. [Find the largest of two numbers without conditional statement](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/12_LagrestNumWithoutConditional.c)
23+
13. [Program to find the area of a Triangle when sides are given](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/13_AreaOfTriangle.c)
24+
14. [Program to find the volume of a Sphere when radius is given](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/14_VolumeOfSphere.c)
25+
15. [Program to check if the year is a Leap year](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/15_LeapYear.c)
26+
16. [Program to convert Binary to Decimal and viceversa](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/16_DecimalBinaryConverter.c)
27+
17. [Program to convert Binary to Octal ](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/17_BinaryOctalConverter.c)
28+
18. [Program to find LCM of two numbers without recursion](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/18_LCM.c)
29+
19. [Program to find GCD of two numbers without recursion](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/19_GCD.c)
30+
20. [Program to print wedge,pyramid and diamond pattern](https://github.com/packetprep/coding-questions/blob/master/Basic%20Programs/20_Pattern.c)
3131

3232

3333
Arrays:
@@ -36,13 +36,13 @@ Arrays:
3636
2. Find the second smallest,largest number in the array
3737

3838

39-
Do give your valuable feedback... together we can make this repository awesome :)
40-
41-
39+
Written with lots of love & passion for programming...
40+
Do give your valuable feedback...
41+
Together we can make this repository awesome :)
4242

4343
================================================================
4444

45-
Written by : Krishna Teja @www.packetprep.com
45+
Krishna Teja G S @www.packetprep.com
4646

4747

4848

0 commit comments

Comments
 (0)