This is the repository for solutions of Leetcode and other coding platforms. This repo. contains codes in C++.
- Fork this repo.
- Clone this repo. -
git clone https://github.com/pranjals149/Solutions-in-Place.git
- Move into the project directory.
- Make a seperate branch -
git checkout -b <branch-name>
- Make the necessary changes. Remember the code must be implemented in C++.
- Now add the file by the following command -
git add
- Commit the changes -
git commit -am "Your-commit-message"
- Now, push your code -
git push origin <your-branch-name>
- Now, go back to github and click Compare & Pull Request.
- Finally, make the PR.