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
- Host: GitHub
- URL: https://github.com/ismailza/c-programming
- Owner: ismailza
- License: mit
- Created: 2023-07-10T10:59:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T23:01:16.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:13:18.288Z (12 months ago)
- Topics: algorithms-and-data-structures, c-programming, compilation, graph
- Language: C
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.