INTRODUCTION
The goal of this repository is to have in a single place all possible algorithms and data structures - in multiple languages. Feel free to make your contribution. Do not create folders in your submissions, ask the maintainer first in the comment of the issue.
Contribution Guidelines
-
The aim is to teach each contributor, how actually the Open source contribution works.
-
First and foremost create issue of the contribution you want to make. The contribution can be of listed types only:
- You want to make changes to existing code
- You want to add another problem or algorithm related to the topics already present.
- You want to add problem or algorithm for a new topic.
-
In any case, you first have to go to issues tab and create a new issue and please wait for it to be assigned to you. You can then start working on it and create a PR.
-
All PRs must be made from a Branch. Create a separate branch for every Issue you are working upon and once found fit, make a PR.
HOW TO CONTRIBUTE
You can head over here for a clear walk through to contribute to this repository. Contribution Guidelines