Skip to content

๐Ÿ’ป A collection of C/C++ programs for practicing arrays, sorting, searching, matrix operations, and basic algorithms โ€” built for learning and logic building.

Notifications You must be signed in to change notification settings

Shruti627/C-Programming-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ง C Programming Practice Projects

Welcome to my repository of C & C++ programs!
This collection includes fundamental and intermediate-level programs focused on:

  • Array operations
  • Sorting and searching algorithms
  • Matrix manipulations
  • Logical problems
    ...and more!

Perfect for mastering core logic and improving your programming skills.


๐Ÿ“š Overview

This repository serves as a personal archive of my programming journey โ€” developed for practice, learning, and reference.

Each source file (.c / .cpp) is paired with a corresponding executable (.exe) for Windows systems.


๐Ÿ“ Folder Structure

๐Ÿ“Œ Array Operations

File Description
array1.c Basic array operations
copyarray.c Copy array elements
revarray.c Reverse an array
duplicate.c Detect duplicates
uniqueelements.c Display unique elements
circulararray.c Circular array implementation
union.c, unnion.c Array union operations

๐Ÿ” Searching Algorithms

File Description
linearsearch.c Linear Search

๐Ÿ”ƒ Sorting Algorithms

File Description
bubblesort.c Bubble Sort
insertion.c Insertion Sort

๐Ÿงฎ Matrix Operations

File Description
matrix.c Matrix manipulation
mul.c Matrix multiplication
maddd.c Matrix addition

๐Ÿ”ข Max / Min

File Description
maxmin.c Find maximum and minimum
max.exe Find maximum
2ndmax.exe Find second maximum

โž• Extra Logic Programs

File Description
deletion.c Element deletion
oddeven.c Odd & even separation
freq.c, freqq.c Frequency count
extra.c, extraa.c Miscellaneous logic problems

๐Ÿงช Test & Miscellaneous

File Description
demo.cpp C++ demo file
hw1.c, tempCodeRunnerFile.c Scratch/test files
quiz.html A basic HTML quiz interface

About

๐Ÿ’ป A collection of C/C++ programs for practicing arrays, sorting, searching, matrix operations, and basic algorithms โ€” built for learning and logic building.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published