Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
shad-ct authored Dec 2, 2024
1 parent a0672c3 commit 1257506
Showing 1 changed file with 35 additions and 25 deletions.
60 changes: 35 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
# Project Files

## C Programming

1. [Compressing]("/SEM01/CProgramming/Compressing.c")
2. [Function]("/SEM01/CProgramming/function.md")
3. [ReverseString]("/SEM01/CProgramming/ReverseString.c")
4. [StringPalindrome]("/SEM01/CProgramming/StringPalindrome.c")
5. [Crypt]("/SEM01/CProgramming/Crypt.c")

## Lab Record

1. [Sum of First N Natural Numbers]("/SEM01/LabRecord/01.sum%20of%20first%20n%20natural%20numbers.c")
2. [First N Even Numbers and Odd Numbers Sum]("/SEM01/LabRecord/02.first%20n%20even%20numbers%20and%20odd%20numbers%20sum.c")
3. [Quadratic Equation]("/SEM01/LabRecord/03.quadratic%20equation.c")
4. [String Check If It Has a Substring]("/SEM01/LabRecord/04.string%20check%20if%20it%20has%20a%20sub%20string.c")
5. [Find Max and Minimum Among a Set of Number Array]("/SEM01/LabRecord/05.find%20max%20and%20minimum%20among%20a%20set%20of%20number%20array%20.c")
6. [Reverse a String]("/SEM01/LabRecord/06.reverse%20a%20string%20.c")
7. [Comparing String Without the Function]("/SEM01/LabRecord/07.comparing%20string%20without%20the%20function.c")
8. [Check If a String Is a Palindrome or Not]("/SEM01/LabRecord/08.check%20if%20a%20string%20is%20a%20palindrome%20or%20not.c")
9. [Add 2 1D Array]("/SEM01/LabRecord/09.add%202%201D%20array.c")
10. [Search for a Number in an Array]("/SEM01/LabRecord/10.search%20for%20a%20number%20in%20an%20array.c")
11. [Scalar Multiplication in a 1D Array]("/SEM01/LabRecord/11.scalar%20multiplication%20in%20a%201D%20array.c")
12. [Register]("/SEM01/LabRecord/12.register.c")
13. [Add 2 2D Arrays]("/SEM01/LabRecord/13.%20add%202%202D%20arrays.c")
# Project Files πŸŽ‰

## C Programming πŸ’»

Here are some C programming files you might find useful:

1. [Compressing]("/SEM01/CProgramming/Compressing.c") πŸ“¦
2. [Function]("/SEM01/CProgramming/function.md") πŸ“š
3. [Reverse String]("/SEM01/CProgramming/ReverseString.c") πŸ”„
4. [String Palindrome]("/SEM01/CProgramming/StringPalindrome.c") πŸ”
5. [Crypt]("/SEM01/CProgramming/Crypt.c") πŸ”’

---

## Lab Record πŸ“’

Below are the lab records for various exercises:

1. [Sum of First N Natural Numbers]("/SEM01/LabRecord/01.sum%20of%20first%20n%20natural%20numbers.c") βž•
2. [First N Even Numbers and Odd Numbers Sum]("/SEM01/LabRecord/02.first%20n%20even%20numbers%20and%20odd%20numbers%20sum.c") βš–οΈ
3. [Quadratic Equation]("/SEM01/LabRecord/03.quadratic%20equation.c") πŸ“
4. [String Check If It Has a Substring]("/SEM01/LabRecord/04.string%20check%20if%20it%20has%20a%20sub%20string.c") πŸ”—
5. [Find Max and Minimum Among a Set of Number Array]("/SEM01/LabRecord/05.find%20max%20and%20minimum%20among%20a%20set%20of%20number%20array%20.c") πŸ“Š
6. [Reverse a String]("/SEM01/LabRecord/06.reverse%20a%20string%20.c") πŸ”„
7. [Comparing String Without the Function]("/SEM01/LabRecord/07.comparing%20string%20without%20the%20function.c") βš”οΈ
8. [Check If a String Is a Palindrome or Not]("/SEM01/LabRecord/08.check%20if%20a%20string%20is%20a%20palindrome%20or%20not.c") πŸ”„
9. [Add 2 1D Array]("/SEM01/LabRecord/09.add%202%201D%20array.c") βž•
10. [Search for a Number in an Array]("/SEM01/LabRecord/10.search%20for%20a%20number%20in%20an%20array.c") πŸ”
11. [Scalar Multiplication in a 1D Array]("/SEM01/LabRecord/11.scalar%20multiplication%20in%20a%201D%20array.c") πŸ“
12. [Register]("/SEM01/LabRecord/12.register.c") πŸ“
13. [Add 2 2D Arrays]("/SEM01/LabRecord/13.%20add%202%202D%20arrays.c") βž•πŸ“Š

---

Feel free to explore the files above for various programming exercises and concepts! 🌟

0 comments on commit 1257506

Please sign in to comment.