Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohammadpagard/c-algorithm

Write some algorithms with C programming language. I'm trying to write the best way that I can.
https://github.com/mohammadpagard/c-algorithm

algorithms c cprogramming data-structures

Last synced: about 18 hours ago
JSON representation

Write some algorithms with C programming language. I'm trying to write the best way that I can.

Awesome Lists containing this project

README

        

# DSA with C programming language

## About
**Data Structure and Algorithm with C**

This repository has an implementation of the algorithms and data structures in the C programming language. I made this repository for fun, and it started while I was solving the *programming and data-structure* challenges lessons in university. I thought it would be helpful for others, especially students, and some more study for myself.

## Contribute to DSA with C
There are many diiferent ways to contribute to this repository, actually because I started this repository for fun and I'm working on it for fun, so you just can check the respository and if you find a bug or some better solution for any of these files, just make an issue and describe it the bug or the reason and work on it.

**Steps:**

1. Create an issue
2. Fork the repository
3. Work on the problem
4. Create a pull request(PR)

## Challenges / Problems
I'm pushing some of the problems I've solved, including popular problems and challenges from websites like *LeetCode and HackerRank* in [problems](https://github.com/mohammadpagard/c-algorithm/tree/main/problems) .
...