Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programs Repository

A collection of C programs created during my learning journey in C programming and Data Structures.

This repository contains practice programs covering programming fundamentals, algorithms, data structures, mathematics, and problem-solving.

📚 Topics Covered

  • 🔹 Basic C Programs
  • 🔍 Searching Algorithms
  • 🔃 Sorting Algorithms
  • 📦 Arrays and Strings
  • 🥞 Stacks and Queues
  • 🔗 Linked Lists
  • 🌳 Data Structures
  • 🔢 Number Theory & Mathematical Programs
  • 🧮 Logic-Based Programs
  • 📋 Menu-Driven Programs
  • 🧠 Algorithm & Problem-Solving Practice

📁 Repository Structure

All programs are written in C and organized in the root directory for easy access.

Each .c file is a standalone program that can be compiled and executed using a C compiler such as GCC.

⚙️ How to Run

1. Clone the Repository

git clone <repository-url>
cd <repository-folder>

2. Compile a Program

gcc filename.c -o output

3. Run the Program

Linux / macOS:

./output

Windows:

output.exe

🛠️ Technologies Used

  • Language: C
  • Compiler: GCC
  • Concepts: Programming Fundamentals, Algorithms & Data Structures

🎯 Purpose

This repository is mainly for practice, learning, and improving problem-solving skills in C programming and Data Structures.

The programs may vary in complexity and coding style as they represent different stages of my learning journey.

⚠️ Disclaimer

These programs are created for educational and practice purposes. Some implementations may not follow production-level coding standards or strict naming conventions.

Feel free to explore, modify, and experiment with the programs.

About

A collection of basic to intermediate C programs including sorting, searching, data structures, and number checks.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages