Skip to content

CodeChef-BMSIT-Chapter/algo_plus_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

codechefbmsit

ALGO++

Algo++

  • We will be posting a problem Weekly.

  • Make sure you checkout problem of Latest week.

  • You have time till end of the week to Submit your code.

  • If you are unable to solve, checkout answer which we will be posting at the end of week and do solve upcoming weeks problem.

How To Contribute

1. Fork this repository 🔱

Fork this repository by clicking on the Fork button on the top of this page. This will create a copy of this repository in your account.

2. Clone the repository 🏁

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command

git clone "https://github.com/<YOUR_USERNAME>/algo_plus_plus.git"

Replace <YOUR_USERNAME> by your GitHub username.

For example:

git clone "https://github.com/akshat-fsociety/algo_plus_plus.git"

3. Create a branch ⚓

Change to the repository directory on your computer (if you are not already there):

cd (filename)

Now create a branch using the git checkout command

git checkout -b your-new-branch-name

For example:

git checkout -b dev_username

4. Make necessary changes and Commit those changes 🚏

git add .

Now commit

git commit -m <Add your message here>

5. Push changes to GitHub 🪂

git push origin <branch-name>

Replacing with the name of the branch you created earlier.

6. Once you Push the changes to your repository, Compare & Pull request button will appear.

7. Click on it and give it Proper title & description.

8. Finally, Open a Pull request by clicking on Create pull request button.

9. That's it. Soon we will merge your changes and you will get email once changes are merged.

Hoorayy!🎉


Reach us through✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •