This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.
A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.
https://hacktoberfest.digitalocean.com/
Inside The language Folder Give your file name as same Algo name ,Write your code or make changes and Submit Pull request
- Fork this repository
Fork this repository and make changes in code as required. You can change it online or by cloning it in your device. Then Pust it on your Forked Repo for further Actions. Do not use special characters in the template above.
2.Clone your forked copy of the project.
git clone https://github.com/<your username>/DSA-Basic.git
- Change the working directory
cd DSA-Basic
4.Create a new branch.
git checkout -b <branch-name>
5.Perfom your desired changes to the code base.
Make changes
6.Track your changes
git add -A
7.Commit your changes
git commit -m "commit msg"
8.Push the committed changes in your feature branch to your remote repo.
git push -u origin <branch_Name>
9.To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.