-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
# FYIMP-PROJECTS | ||
## C Projects : | ||
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) | ||
5. [Functions in C](/CProgramming/function.md) | ||
|
||
## Lab Record : | ||
1. [Sum of first n natural numbers](/LabRecord/01.sum%20of%20first%20n%20natural%20numbers.c) <br> | ||
2. [First n even numbers and odd numbers sum](/LabRecord/02.%20first%20n%20even%20numbers%20and%20odd%20numbers%20sum.c)<br> | ||
3. [Quadratic equation](LabRecord/03.quadratic%20equation.c)<br> | ||
4. [String check if it has a sub string](/LabRecord/04.string%20check%20if%20it%20has%20a%20sub%20string.c)<br> | ||
5. [Find max and minimum among a set of number array ](/LabRecord/05.find%20max%20and%20minimum%20among%20a%20set%20of%20number%20array%20.c)<br> | ||
6. [Reverse a string](/LabRecord/06.reverse%20a%20string%20.c)<br> | ||
7. [Comparing string without the function](/LabRecord/07.comparing%20string%20without%20the%20function.c)<br> | ||
8. [Check if a string is a palindrome or not](/LabRecord/08.check%20if%20a%20string%20is%20a%20palindrome%20or%20not.c)<br> | ||
9. [Add 2 1D array](/LabRecord/09.add%202%201D%20array.c)<br> | ||
10. [Search for a number in an array](/LabRecord/10.%20search%20for%20a%20number%20in%20an%20array.c)<br> | ||
11. [Scalar multiplication in a 1D array.c](/LabRecord/11.%20scalar%20multiplication%20in%20a%201D%20array.c)<br> | ||
12. [Register](/LabRecord/12.%20register.c)<br> | ||
13. [Add 2 2D arrays](/LabRecord/13.%20add%202%202D%20arrays.c)<br> |