RajdeepDey010 / DSA-guide

Trying to cover important DSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 42.6%Language:Java 27.9%Language:C 15.7%Language:Python 7.4%Language:JavaScript 6.4%