Skip to content

This Repo contain solutions of all problems given in Basic course on Data structures and Algorithms Milestones.

Notifications You must be signed in to change notification settings

Vishal-raj-1/Beginner-CPP-Submissions

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

71 Commits
ย 
ย 
ย 
ย 

Repository files navigation

"# Beginner-CPP-Submissions"

Contribution is fun! ๐Ÿ’š

In order to make a hassle-free environment, I implore you all (while contributing) to follow the instructions mentioned below!

Happy Submissions ๐Ÿ™‚

โฌ‡๏ธ Installation

  • First, fork this repository ๐Ÿด and follow the given instructions:
# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/Beginner-CPP-Submissions.git

# navigate to the project's directory and install all the relevant dev-dependencies
$ cd Beginner-CPP-Submissions

# include all the latest changes from the remote repository
$ git remote add upstream https://github.com/Girl-Code-It/Beginner-CPP-Submissions
$ git fetch upstream
$ git merge upstream/master
  • Add your submissions for the milestone you are working on in the respective milestone folder
  • Once you have made your changes, run the following command:
# add your changes
$ git add .

# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"

# push your changes
$ git push -u origin master  #for first time push
$ git push                   #from second push onwards

Think you're ready โ” Make the PR ๐Ÿน

  • open your forked repository
  • Click on Create New Pull Request
  • Give a message in the comment box about the PR
  • Hurrah!! Your first PR made! Wait for your submission to be accepted and your PR to be merged

About

This Repo contain solutions of all problems given in Basic course on Data structures and Algorithms Milestones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.2%
  • C++ 42.8%