Skip to content

singhaldev/DSA-guide

 
 

Repository files navigation

DSA-guide

If this is your first time to open source contribution I have created this repo for all the you to start contributing.

Hacktoberfest

img

Steps to contribute

  • Fork the repository

  • Clone the fork repo

  • Create new branch

    • git checkout -b (Your-Branch-Name)
  • Add Scripts related to your respective issues.

    • git add
  • Add a commit message !

    • git commit -m "Added your message"
  • Push changes

    • git push origin
  • Push changes

    • git push -u origin <name_of_your_branch>
  • Create pull requests

    • [Try to Mention the related issue for your PR]

Instructions

  • Create a folder for the topic you wish to code! and add the respective files over it.
  • If a folder already exists, add your codes to it.
  • Make sure that there would be no repetitions on the same language.

Congratulations!🎇

You contributed to open source project & sit relax wait for review.! Thank you.🤝

If you like this repo, drop a ⭐

Also stay connected for better projects in future.💫

REPOSITORY MAINTAINERS :

https://github.com/ankitapuri 👩‍💻

https://github.com/ADARSHULTIMATE 👨‍💻

About

Trying to cover important DSA

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 40.7%
  • Java 30.9%
  • C 14.2%
  • Python 8.0%
  • JavaScript 6.2%