Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 714 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 714 Bytes

Add any DSA important Programs in C, C++ and Java

general info

Steps to Contribute in repository :

###1. Fork this repo (button on top) ###2. Clone on your local machine
git clone https://github.com/ianshulx/DSA-Hacktoberfest2022.git

3. Navigate to project directory.

cd DSA-Hacktoberfest2022

3. Create a new Branch

git checkout -b my-new-branch

4. Add your contribution

git add .

5. Commit your changes.

git commit -m "Relevant message"

6. Then push

git push origin my-new-branch

7.Create a new pull request from your forked repository, and you are DONE!