Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaser-123/c-language-basic-problems
https://github.com/yaser-123/c-language-basic-problems
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaser-123/c-language-basic-problems
- Owner: Yaser-123
- License: mit
- Created: 2024-10-19T16:50:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T18:52:53.000Z (about 1 month ago)
- Last Synced: 2024-12-18T19:41:36.845Z (about 1 month ago)
- Language: C
- Size: 61.5 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 and DSA Repository 📚💻
Welcome to the **C Programming and DSA Repository**! 🎉
This repository contains **basic C language programs** 🖥️ covering fundamental programming concepts, with **upcoming Data Structures and Algorithms (DSA)** 💡 to boost problem-solving skills.## Contents 📦
- **Basic C Programs** 🧑💻
A variety of C programs covering essential concepts like loops, arrays, functions, and more.- **Upcoming** 🚀
**Data Structures and Algorithms (DSA)** 💾 will be added soon! Stay tuned for more complex challenges.## Technologies Used 🛠️
- **C Language** 🖋️
- **Upcoming DSA Concepts** 📊## Installation 🚀
To use the programs in this repository, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/Yaser-123/C-language-basic-problems.git
```2. **Navigate to the project directory**:
```bash
cd C-language-basic-problems
```3. **Compile the C programs** using your C compiler:
```bash
gcc program.c -o program
./program
```## Usage 🎈
The programs in this repository are created to help you learn **basic C programming** and improve your coding skills. You can run the programs to experiment with the code and modify them to suit your learning needs.
## Contributing 🤝
Contributions are highly encouraged! If you have ideas for additional programs or improvements, feel free to:
1. **Fork** the repository.
2. **Submit a pull request** with your changes.Your contributions help grow this repository and assist others in learning. 🌍✨
## License 📝
This project is licensed under the [MIT License](LICENSE).
See the LICENSE file for more details.Thank you for visiting my **C Programming and DSA Repository**! 🚀
I’ll continue to add more projects and DSA topics, so stay tuned for updates. Happy coding! 💡