Skip to content

namanvats/cpalgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpalgorithms

License: MIT

cpalgorithms is a collection of Algorithms & Problem solving techniques for competitive programming.

Feel free to contribute. Create an issue, let others know which algorithm or problem solving method you are planning to add. Fork the repo. And make a PR!

Getting Started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)

  • Clone your fork down to your local machine

  • Create a branch

    $ git checkout -b branch-name
  • Make your changes

  • Commit and Push

    $ git add filename 
    $ git commit -m 'commit message'
    $ git push origin branch-name
  • Create a New Pull Request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval!

Star this repository to show your support for namanvats

Don't forget to include the comments. Feel free to include additional information about the language you chose in your comments too!