Skip to content

Add any important Data Structure program in C and C++

License

Notifications You must be signed in to change notification settings

isaurabhverma/DSA-Hacktoberfest2022

 
 

Repository files navigation

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!

About

Add any important Data Structure program in C and C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.9%
  • C 26.1%