An open API service indexing awesome lists of open source software.

https://github.com/ismailza/c-programming

Structures de données en C & Algorithmique & Compilation et Théories des graphes . ILISI 1
https://github.com/ismailza/c-programming

algorithms-and-data-structures c-programming compilation graph

Last synced: 10 months ago
JSON representation

Structures de données en C & Algorithmique & Compilation et Théories des graphes . ILISI 1

Awesome Lists containing this project

README

          

# C-Programming

Welcome to my C Programming repository! As a student passionate about learning and exploring the world of C programming, I've created this repository to share my journey with fellow students and enthusiasts.

In this repository, I share everything I've done with the C language in various modules, including data structures, algorithms, compilation, graph theory, and more, specifically in the field of ILISI (Software Engineering and Computer Systems Integration).

## Prerequisites

To compile and run the C programs in this repository, you'll need:

- A C compiler (e.g., GCC)
- A C development environment (e.g., Visual Studio Code, Code::Blocks, or any text editor of your choice)
- A terminal or command prompt to execute the programs

## Usage

You can clone this repository using the following command:

```bash
git clone https://github.com/ismailza/C-Programming.git
````

Then, navigate to the cloned directory to access the content. You can run C programs by compiling them with a C compiler like gcc.

## Contributing

Contributions are welcome! If you'd like to contribute to this repository by adding your own C programming projects or improvements to existing ones, please follow these guidelines:

1. Fork the repository to your GitHub account.

2. Create a new branch for your changes:
```bash
git checkout -b feature/your-feature-name.
```

3. Make your changes and commit them with clear, descriptive commit messages.

4. Push your changes to your forked repository:
```bash
git push origin feature/your-feature-name.
```

5. Create a pull request to merge your changes into the main repository.

Your contributions are greatly appreciated!

## License
This project is licensed under the MIT License.