Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.1 KB

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 .