Skip to content

A repository for beginners to contribute DSA codes for Hacktoberfest and get started with open source contributing.

License

Notifications You must be signed in to change notification settings

Audacity21/DSA-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest22-DSA-CP-Code-Dump

About

This Repository's sole purpose is to help beginners and as well as experienced people contribute to Open Source Programming. The repository consists of a large number of Data Structures and Algorithms implemented in more than one language. The repository also contains some of the competitive program solutions. As a part of Hacktoberfest Code of Conduct no spamming or irrelevant PRs will be accepted.

How to Contribute

  • Read the Contributing Guidelines before making a PR.
  • Check for existing issues or create your own issues and wait for it to be assigned to you.
  • Fork the repository
  • Clone the forked repository to your local machine
  • Create a folder with the name of the data structure or algorithm or solution to a question you want to add if it is not present.
  • Add the code to that folder
  • Add a README.md file to the folder explaining the code
  • Open the command prompt and cd into the repository folder
  • Run the following Commands
git add .
git commit -m"<Name of your Algorithm>"
git push
  • Come back to Github and Open a Pull Request
  • While making Pull Request maintain the template provided to you
  • We will check if its a valid pull request and merge it

To get a detailed explanation of the above steps refer to the following videos

If you find this repository Helpful consider leaving :star!!!!!

About

A repository for beginners to contribute DSA codes for Hacktoberfest and get started with open source contributing.

Topics

Resources

License

Stars

Watchers

Forks