Dsalgo
Contains Algorithms useful for interview preparation, various practice problems of Arrays, Stacks, queue etc. Contributors are Welcome but, DO NOT MAKE THIS REPO ACT LIKE A SOURCE OF +1.
Install / Use
/learn @dheeraj-2000/DsalgoREADME
Update: Please read this before moving ahead Important!
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.
Code I expect (for everyone):
- Add relevant comments explaining what the code is all about (if possible write the Time and Space complexities)
- It should be properly formatted and indented
- Please use proper naming for variables, do not use i,j,k,x,y,z. The variable name should be self explanatory.
- Use proper names for your files.
- Do all your changes in your forked repository branch and not in master branch untill asked.
- I will reject any pull request which looks like spammy or just to have +1 in the counter, so contribute quality code here!
- As per guidlines of Hacktoberfest, I will not merge any plagrised code or any type of fishy code.
Feel free to contact, if you face any issue in contributing to Open Source
<div align="center"><a href="https://www.linkedin.com/in/dheeraj-2000/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-%230077B5.svg?&style=flat-square&logo=linkedin&logoColor=white" alt="LinkedIn"></a> <a href="https://www.instagram.com/high__on._.life/" target="_blank"><img src="https://img.shields.io/badge/Instagram-%23E4405F.svg?&style=flat-square&logo=instagram&logoColor=white" alt="Instagram"></a> <a href="https://twitter.com/Dheeraj12000?s=09/" target="_blank"><img src="https://img.shields.io/badge/Twitter-%231877F2.svg?&style=flat-square&logo=twitter&logoColor=white" alt="Twitter"></a>
<div align="center" width="50"> </div>