Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athulsabu2002/c
https://github.com/athulsabu2002/c
competitive-programming cprogramming leetcode leetcode-c
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/athulsabu2002/c
- Owner: AthulSabu2002
- Created: 2024-08-02T17:27:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:33:29.000Z (5 months ago)
- Last Synced: 2024-08-04T05:21:56.191Z (5 months ago)
- Topics: competitive-programming, cprogramming, leetcode, leetcode-c
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖥️ C Programming
This repository contains various C programming examples that cover fundamental concepts, algorithms, and patterns. The programs included are designed to be educational tools for learning and practicing C programming.
## 📚 Table of Contents
- [Introduction](#introduction)
- [Programs](#programs)
- [Usage](#usage)
- [Contributing](#contributing)## 🌟 Introduction
This repository features a collection of C programs that demonstrate different programming techniques and algorithms. Each program addresses specific programming challenges and helps users understand various aspects of C programming.
## 💻 Programs
- **🔤 Pattern Programs**: Includes programs for generating various text-based patterns.
- **🧮 Matrix Operations**: Features programs for handling and displaying matrices.
- **🔢 Number Algorithms**: Contains algorithms for common number-related tasks.## 🚀 Usage
1. Clone the repository:
```bash
git clone https://github.com/AthulSabu2002/C.git
```2. Navigate to the directory of the specific program you want to run.
3. Compile the C program:
```bash
gcc filename.c -o outputname
```4. Run the compiled program:
```bash
./outputname
```## 🤝 Contributing
We welcome contributions to improve and expand this project! Here's how you can contribute:
1. 🍴 Fork the repository
2. 🌿 Create a new branch for your feature or fix
3. 🔧 Make your changes
4. 💾 Commit your changes
5. 📤 Push to the branch
6. 🔃 Open a Pull Request