Skip to content

πŸ“ C Programs for πŸ”  String Operations, πŸ”Ž Searching & πŸ”ƒ Sorting Algorithms – includes source & executables βš™οΈ

Notifications You must be signed in to change notification settings

yashdew3/data_structure_using_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” C Programs for String Operations & Sorting/Searching Algorithms

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.

πŸ“‚ Contents

πŸ”‘ String Operations:

  • 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)


πŸ”’ Sorting Algorithms:

  • Bubble Sort

  • Selection Sort

  • Insertion Sort

  • Merge Sort

  • Quick Sort

  • Heap Sort


πŸ”Ž Searching Algorithms:

  • Linear Search

  • Binary Search


πŸ“¦ Files Included

Each program includes:

  • .c file (source code)

  • .exe file (compiled executable)

πŸ§‘β€πŸ’» Author

Created by @Yash Dewangan

  • Initial commits: August 2022

About

πŸ“ C Programs for πŸ”  String Operations, πŸ”Ž Searching & πŸ”ƒ Sorting Algorithms – includes source & executables βš™οΈ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages