This repo contains some useful Data Structures and Algorithms including solved problems of CodeChef, CodeForces, GfG and LeetCode. The aim is to teach basic DSA concepts. We'll be solving the problems posted and one can also contribute to this series.
This Repo is open for Hacktoberfest.
Contributing Guidelines: Consider starring this repo*
Fork this Repo
Clone repo in your local machine
$ git clone https://github.com/YOUR-USERNAME/algorithm-ds.git
Create a new branch and set branch name to whatever algorithm you're creating
$ git branch <your-branch-name>
$ git checkout <your-branch-name>
$ git add .
$ git commit -m "Added <your-algorithm-name>"
$ git push -u origin <your-branch-name>
Raise pull request