acm-icpc-cheat-sheet
C++ cheat sheet
A collection of resources and notes for competitive programming in C++
Cheat sheet for ACM-ICPC. In memory of those good old days.
165 stars
11 watching
48 forks
Language: C++
last commit: over 6 years ago acm-icpcacm-icpc-handbookalgorithms
Related projects:
Repository | Description | Stars |
---|---|---|
ngthanhtrung23/acm_notebook_new | A C++ collection of algorithms and data structures optimized for competitive programming | 428 |
acdemiralp/acd | A collection of single-file utilities for C++. | 30 |
agavrel/42_cheatsheet | A comprehensive guide to C programming covering 50 years of evolution, common mistakes, clean code principles, and tools for software development | 1,704 |
jeaye/value-category-cheatsheet | A practical reference for everyday C++ developers on value categories and pitfalls in C++14 | 405 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,578 |
oncybersec/oscp-enumeration-cheat-sheet | A cheat sheet for conducting enumeration during penetration testing and security assessments | 102 |
caseycarter/cmcstl2 | An implementation of C++ ranges with support for the One Ranges Proposal | 223 |
iwasrobbed/objective-c-cheatsheet | A concise reference guide to high-level topics in Objective-C programming | 1,342 |
lectem/cpp-boilerplate | A C++ template with modern CMake setup and basic project infrastructure | 313 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 122 |
renatogarcia/icecream-cpp | A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 584 |
chmnchiang/bcw_codebook | A code repository documenting team BCW's competitive programming experiences | 110 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
utilforever/modern-cpp-tutorial | A curated collection of resources and tutorials for learning Modern C++ | 324 |
mcpcpc/kirc | A tiny IRC client written in POSIX C99. | 524 |