Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shad-ct authored Nov 1, 2024
1 parent 1b1f1ec commit 7ffc853
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# FYIMP-PROJECTS
## C Projects :
- [String Palindrome](/CProgramming/StringPalindrome.c)
- [Number Palindrome](/CProgramming/NumberPalindrome.c)
- [Encrypting and Decrypting](/CProgramming/Crypt.c)
- [Compressiong String](/CProgramming/Compressing.c)
1. [String Palindrome](/CProgramming/StringPalindrome.c)
2. [Number Palindrome](/CProgramming/NumberPalindrome.c)
3. [Encrypting and Decrypting](/CProgramming/Crypt.c)
4. [Compressiong String](/CProgramming/Compressing.c)

## Lab Record :
- [01. sum of first n natural numbers](/LabRecord/01.sum%20of%20first%20n%20natural%20numbers.c)
- [02. first n even numbers and odd numbers sum](/LabRecord/02.%20first%20n%20even%20numbers%20and%20odd%20numbers%20sum.c)
- [03. quadratic equation](LabRecord/03.quadratic%20equation.c)
- [04.string check if it has a sub string](/LabRecord/04.string%20check%20if%20it%20has%20a%20sub%20string.c)
- [05. find max and minimum among a set of number array ](/LabRecord/05.find%20max%20and%20minimum%20among%20a%20set%20of%20number%20array%20.c)
- [06. reverse a string](/LabRecord/06.reverse%20a%20string%20.c)
- [07. comparing string without the function](/LabRecord/07.comparing%20string%20without%20the%20function.c)
- [08. check if a string is a palindrome or not](/LabRecord/08.check%20if%20a%20string%20is%20a%20palindrome%20or%20not.c)
- [09. add 2 1D array](/LabRecord/09.add%202%201D%20array.c)
- [10. search for a number in an array](/LabRecord/10.%20search%20for%20a%20number%20in%20an%20array.c)
- [11. scalar multiplication in a 1D array.c](/LabRecord/11.%20scalar%20multiplication%20in%20a%201D%20array.c)
- [12. register](/LabRecord/12.%20register.c)
- [13. add 2 2D arrays](/LabRecord/13.%20add%202%202D%20arrays.c)
[01. sum of first n natural numbers](/LabRecord/01.sum%20of%20first%20n%20natural%20numbers.c)
[02. first n even numbers and odd numbers sum](/LabRecord/02.%20first%20n%20even%20numbers%20and%20odd%20numbers%20sum.c)
[03. quadratic equation](LabRecord/03.quadratic%20equation.c)
[04.string check if it has a sub string](/LabRecord/04.string%20check%20if%20it%20has%20a%20sub%20string.c)
[05. find max and minimum among a set of number array ](/LabRecord/05.find%20max%20and%20minimum%20among%20a%20set%20of%20number%20array%20.c)
[06. reverse a string](/LabRecord/06.reverse%20a%20string%20.c)
[07. comparing string without the function](/LabRecord/07.comparing%20string%20without%20the%20function.c)
[08. check if a string is a palindrome or not](/LabRecord/08.check%20if%20a%20string%20is%20a%20palindrome%20or%20not.c)
[09. add 2 1D array](/LabRecord/09.add%202%201D%20array.c)
[10. search for a number in an array](/LabRecord/10.%20search%20for%20a%20number%20in%20an%20array.c)
[11. scalar multiplication in a 1D array.c](/LabRecord/11.%20scalar%20multiplication%20in%20a%201D%20array.c)
[12. register](/LabRecord/12.%20register.c)
[13. add 2 2D arrays](/LabRecord/13.%20add%202%202D%20arrays.c)

0 comments on commit 7ffc853

Please sign in to comment.