This repository is dedicated to storing my C and C++ code as part of my personal study and exploration of programming concepts in these languages. The code included here is written for learning purposes, experimentation, and understanding various algorithms, data structures, and programming techniques.
The repository is organized into directories based on topics, projects, or concepts. Each directory contains code related to a specific area of study. Below is a brief overview of the main directories:
- Algorithms: Implementation of various algorithms in C and C++.
- DataStructures: Implementation of fundamental data structures in C and C++.
- Projects: Small projects and exercises to apply programming concepts.
- AdvancedTopics: Exploration of advanced topics and features in C and C++.
Feel free to navigate through the directories and explore the code.
-
Clone the Repository:
git clone https://github.com/PhenomSG/C-Language.git
-
Navigate to a Specific Directory:
cd code-study/Algorithms
-
Compile and Run the Code:
- For C programs:
gcc filename.c -o output ./output
- For C++ programs:
g++ filename.cpp -o output ./output
- For C programs:
- This repository is a personal learning space, and the code may not be optimized for production use.
- Each code file may contain comments and explanations for better understanding.
This code is provided under the MIT License. Feel free to use, modify, and share the code as per the terms of the license.