Skip to content

sarveshsrv/DSA-guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • Java 37.1%
  • C++ 33.9%
  • C 17.8%
  • Python 6.0%
  • JavaScript 5.2%