Skip to content

This repository is dedicated to storing my C and C++ code as part of my personal study.

License

Notifications You must be signed in to change notification settings

PhenomSG/C-Language

Repository files navigation

Code Study Repository

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.

Contents

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.

How to Use

  1. Clone the Repository:

    git clone https://github.com/PhenomSG/C-Language.git
  2. Navigate to a Specific Directory:

    cd code-study/Algorithms
  3. Compile and Run the Code:

    • For C programs:
      gcc filename.c -o output
      ./output
    • For C++ programs:
      g++ filename.cpp -o output
      ./output

Notes

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

License

This code is provided under the MIT License. Feel free to use, modify, and share the code as per the terms of the license.

About

This repository is dedicated to storing my C and C++ code as part of my personal study.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages