Hacktoberfest DSA Codes
1.0.0
Every year in October, an open source event called Hacktoberfest inspires individuals all over the world to actively engage in and contribute to open source projects that are hosted on GitHub and GitLab. By taking part in this event, you may receive a free GitHub swag pack. You must submit 4 pull requests in order to receive that awesome swag pack.
You can pick an issue and complete it, but there is twist. You have to select a language from the list below to complete the issue.
HTTPS
git clone https://github.com/<your github username>/Hacktoberfest-DSA-Codes.gitSSH
[email protected]:<your github username>/Hacktoberfest-DSA-Codes.gitcd Hacktoberfest-DSA-Codesgit checkout -b my-new-branchgit add .git commit -m "Relevant message"git push origin my-new-branchCreate a new pull request from your forked repository.
Congratulations ? you just made a pull request!
Please be advise: After you completed your task don't close the issue