All Projects → ouuan → CPTH

ouuan / CPTH

Licence: Apache-2.0 license
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov

Programming Languages

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

Projects that are alternatives of or similar to CPTH

icpc
Resources for Competitive Programming
Stars: ✭ 14 (-39.13%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests, algorithms-and-data-structures, competitive-coding, competitive-programming-algorithms
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (+26.09%)
Mutual labels:  competitive-programming, acm-icpc, algorithm-competitions, competitive-programming-contests, competitive-programming-algorithms
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (+21.74%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding, competitive-programming-algorithms
OI-wiki
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法)
Stars: ✭ 12,821 (+55643.48%)
Mutual labels:  icpc, competitive-programming, acm-icpc, oi
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (-21.74%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding, competitive-programming-algorithms
OI-Source
OI代码仓库、复习笔记、代码模板、本地Judger
Stars: ✭ 25 (+8.7%)
Mutual labels:  icpc, competitive-programming, acm-icpc, oi
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (-8.7%)
Mutual labels:  competitive-programming, algorithms-and-data-structures, competitive-coding
geeks-for-geeks-solutions
✅ My own Amazon, Microsoft and Google SDE Coding challenge Solutions (offered by GeeksForGeeks).
Stars: ✭ 246 (+969.57%)
Mutual labels:  competitive-programming, algorithms-and-data-structures, competitive-programming-algorithms
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (-21.74%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+2343.48%)
Mutual labels:  competitive-programming, acm-icpc, algorithm-competitions
cpalgorithms
Algorithms and Techniques for competitive programming
Stars: ✭ 16 (-30.43%)
Mutual labels:  competitive-programming, algorithms-implemented, competitive-programming-contests
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+413.04%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
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 (+2626.09%)
Mutual labels:  competitive-programming, algorithm-competitions, algorithms-implemented
cpAPI
A Flask API that gives updates about the upcoming contests on various Coding Platforms.
Stars: ✭ 13 (-43.48%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
algorithms
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC
Stars: ✭ 26 (+13.04%)
Mutual labels:  icpc, competitive-programming, acm-icpc
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+3560.87%)
Mutual labels:  icpc, competitive-programming, acm-icpc
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+1608.7%)
Mutual labels:  competitive-programming, algorithm-competitions, algorithms-implemented
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+97465.22%)
Mutual labels:  acm-icpc, algorithm-competitions, algorithms-and-data-structures
competitive-programming
This is my collection of various algorithms and data structures that I feel that are needed frequently in competitive programming .
Stars: ✭ 30 (+30.43%)
Mutual labels:  icpc, competitive-programming, acm
LeetCode-Py
⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。
Stars: ✭ 881 (+3730.43%)
Mutual labels:  data-structure, acm-icpc, algorithms-and-data-structures

CPTH

CI Test codecov Codacy Badge

What is CPTH?

It's the Competitive Programming Template Headers for C++.

It's not STL: It's for competitive programming.

It's not a collection of snippets: It's a collection of templates. No modification is required, just instantiation.

It's not a library: These are single-file headers, which are more convenient for competitive programming.

It's reliable, because all headers are tested with CI tests and code coverage reports.

You can see the full list of the current headers here.

How to use?

Just paste the headers in the headers directory at the beginning of your code.

Each file has a document in the docs directory, you can read them and have a try.

The codes are based on C++11, there may be problems with other standards.

Contributing

You can read CONTRIBUTING.md for more information.

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].