rahulpathak-github / dsalgo

Contains Algorithms usefull for interview preparation, various practice problems of Arrays, Stacks, queue etc. Also contains algorithm contributed by various contributor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributing

How to contribute ?

  • Have a look at open issues, they contain the list of algorithms/DS we plan to be implemented.
  • You can also create a new issue for an algorithm that is not in the list.
  • Fork the repository.
  • Clone the repo. to your local system.
  • Add the algorithms/codes that you want to contribute (and properly rename you algorithm/code, also if possible keep in the respective folder)
  • Make another Development branch. (Apart from main branch).
  • Open the pull request.
  • Resolve conflicts ( if any ).
  • Wait for the pull request to be approved.

Feel free to contact, if you face any issue in Open Source Contribution

LinkedIn   Instagram   Twitter  

About

Contains Algorithms usefull for interview preparation, various practice problems of Arrays, Stacks, queue etc. Also contains algorithm contributed by various contributor.


Languages

Language:C++ 79.7%Language:C 15.6%Language:Python 3.0%Language:Java 1.8%