Skip to content

Princeton21/Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  


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
  • Create a new Branch
git checkout -b my-new-branch
  • Stage your changes. 
git add .
  • Commit your changes.
git commit -m "Relevant message"
  • Then push 
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 👈


PLEASE NOTE

  • 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 !!✨✨

 

You can follow me here