All Projects → namanvats → cpalgorithms

namanvats / cpalgorithms

Licence: MIT license
Algorithms and Techniques for competitive programming

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to cpalgorithms

Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+737.5%)
Mutual labels:  hacktoberfest-starter, hacktoberfest-2019, hacktoberfest2020, hacktoberfest-2020
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020, hacktoberfest-2020
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (+50%)
Mutual labels:  good-first-issue, hacktoberfest-starter, hacktoberfest2020
hacktoberfest-2019
You can check the video here: #hacktoberfest
Stars: ✭ 28 (+75%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2019, hacktoberfest-2019
icpc
Resources for Competitive Programming
Stars: ✭ 14 (-12.5%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+43.75%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+2356.25%)
Mutual labels:  competitive-programming, algorithm-challenges, algorithms-implemented
Get better at cp in 2 months
This contains the curriculum that I will follow to get better at Competitive Programming in 2 months.
Stars: ✭ 627 (+3818.75%)
Mutual labels:  competitive-programming, algorithm-challenges, algorithms-implemented
Codeforces
Stars: ✭ 128 (+700%)
Mutual labels:  competitive-programming, algorithm-challenges
Fluent-Design-For-Web
Windows 10 Inspired UI For Web
Stars: ✭ 28 (+75%)
Mutual labels:  hacktoberfest2019, hacktoberfest-2019
CBJ Smart-Device Resources
🧰 Have you ever wondered if there is an open-source project to make your own smart home?, cause you just found part of one!. This part is in charge of general resources like instructions to prepare the smart devices.
Stars: ✭ 18 (+12.5%)
Mutual labels:  hacktoberfest2020, hacktoberfest-2020
Competitivecode
A repo for interesting Competitive Coding problems
Stars: ✭ 131 (+718.75%)
Mutual labels:  competitive-programming, algorithm-challenges
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (+700%)
Mutual labels:  competitive-programming, algorithm-challenges
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (+68.75%)
Mutual labels:  competitive-programming, competitive-programming-contests
Competitive Programming
My solutions to problems from various competitive programming websites.
Stars: ✭ 93 (+481.25%)
Mutual labels:  competitive-programming, algorithm-challenges
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-18.75%)
Mutual labels:  competitive-programming, competitive-programming-contests
styles
A collection of cool effects in html, css and javascript.
Stars: ✭ 35 (+118.75%)
Mutual labels:  good-first-issue, hacktoberfest2020
Competitive Programming
Repository of all my submissions to some competitive programming website (Online Judges), as well as, the implementation of some data structures and algorithms.
Stars: ✭ 53 (+231.25%)
Mutual labels:  competitive-programming, algorithm-challenges
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-6.25%)
Mutual labels:  competitive-programming, good-first-issue
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+56.25%)
Mutual labels:  hacktoberfest-starter, hacktoberfest2020

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].