Skip to content

Divyanshu6566/DSA-Codes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest 2022

Make Your First Contribution

alt text

Feel free to use this project to make your first contribution to an open-source project on GitHub.

This repository is open to all members of the GitHub community. Any member can contribute to this project!

Instructions to Contribute

The Open source Community is awesome, to be a part of it you can start contributing and help people with their projects, here's a guide to do exactly that! before you start here is something you should know:
1. Hacktoberfest guide
2. Code of Conduct

Guidelines

  • You can contribute by adding solution to a problem/ By adding comments to a code.

  • If you are adding code, It should be well documented.

  • No restriction on programming language.

  • Do not add problem solution if it already exists.

  • Writing the author's name and the date modified is a must.

image

  • Filename should be proper. If there are more than 2 words than the first letter of each word must be capital. Example: 1_TwoSum.cpp

  • Don't spam it will be rejected immediately.

Steps for Contribution

  1. Fork this Repository.

  2. Clone the Repository.

  3. Go to the directory
    cd DSA-Codes

  4. Create a new branch.
    git checkout -b <your_branch_name>

  5. Make changes.

  6. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"
  1. Push your local commits to the remote repo.
    git push -u origin <your_branch_name>
  2. Create a Pull Request.

Congratulations! 🎉 you've made your contribution.

About

This is a repository for Data Structure and Algorithm code in any language

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 49.6%
  • C 41.2%
  • C++ 6.5%
  • Python 2.7%