Skip to content

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

Notifications You must be signed in to change notification settings

GauravPatil8778/dsalgo

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.7%
  • C 20.8%
  • Python 4.1%
  • Java 2.4%