Skip to content

This is the repository for solutions of Leetcode and other coding platforms. This repo. contains codes in C++.

Notifications You must be signed in to change notification settings

pranjals149/Solutions-in-Place

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions-in-Place

This is the repository for solutions of Leetcode and other coding platforms. This repo. contains codes in C++.

Setting Up a PR

  1. Fork this repo.
  2. Clone this repo. - git clone https://github.com/pranjals149/Solutions-in-Place.git
  3. Move into the project directory.
  4. Make a seperate branch - git checkout -b <branch-name>
  5. Make the necessary changes. Remember the code must be implemented in C++.
  6. Now add the file by the following command - git add
  7. Commit the changes - git commit -am "Your-commit-message"
  8. Now, push your code - git push origin <your-branch-name>
  9. Now, go back to github and click Compare & Pull Request.
  10. Finally, make the PR.

About

This is the repository for solutions of Leetcode and other coding platforms. This repo. contains codes in C++.

Topics

Resources

Stars

Watchers

Forks