LinearSearch

This commit is contained in:
2021-04-27 13:49:55 +05:30
parent 6925ae0dca
commit c655dd624f
3 changed files with 30 additions and 1 deletions

View File

@@ -26,4 +26,5 @@
|24 | Divisible.c | Divisible.exe | WAP to find an addition of numbers which are >30, <100 & divisible by 7 |
|25 | Array.c | Array.exe | WAP to print out an array of dynamic values |
|26 | ArrayReverse.c | ArrayReverse.exe | WAP to print out an array of dynamic values in reverse order |
|27 | BubbleSort.c | BubbleSort.exe | WAP to sort an array using bubble sort |
|27 | BubbleSort.c | BubbleSort.exe | WAP to sort an array using bubble sort |
|28 | LinearSearch. | LinearSearch.exe | WAP to search an element in an array using Linear Sort |