What can You contribute ⚠️
You can contribute any algorithm, data-structure implementation.
You can update or refine an existing algorithm or even add your own projects in this repo.
Make sure you follow the below steps before making your contributions❗❗❗
Fork this repo
here
Clone on your local machine
git clone https://github.com/Princeton21/Data-Structures-and-Algorithms.git
Navigate to project directory.
cd Data-Structures-and-Algorithms
git checkout -b my-new-branch
git commit -m "Relevant message"
git push origin my-new-branch
Finally, create a new pull request from your forked repository
Just in case you are working on an algorithm, you can create an issue and get yourself assigned to that particular task here 👈
Make sure you commit your changes in a new branch❗❗
Make sure that your file name and your commit message are relevant.
Also, make sure you comment your code wherever necessary.
DON'T FORGET TO ⭐STAR⭐ THIS REPOSITORY !!✨✨