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.
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:
- Create an issue
- Fork the repository
- Work on the problem
- Create a pull request(PR)
I'm pushing some of the problems I've solved, including popular problems and challenges from websites like LeetCode and HackerRank in problems .