This repository contains a collection of C programs implementing classic sorting and searching algorithms, as well as basic string manipulation operations. Each source file is paired with its corresponding compiled executable for quick testing.
-
Copying strings (with and without strcpy)
-
Concatenating strings (with and without strcat)
-
Reversing strings (with and without strrev)
-
Checking for palindromes
-
Checking for substrings
-
Calculating string length (with and without strlen)
-
Bubble Sort
-
Selection Sort
-
Insertion Sort
-
Merge Sort
-
Quick Sort
-
Heap Sort
-
Linear Search
-
Binary Search
Each program includes:
-
.c file (source code)
-
.exe file (compiled executable)
Created by @Yash Dewangan
- Initial commits: August 2022