# cpp-cheat-sheet **Repository Path**: three_c/cpp-cheat-sheet ## Basic Information - **Project Name**: cpp-cheat-sheet - **Description**: C++ Syntax, Data Structures, and Algorithms Cheat Sheet - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C++ and Data Structures & Algorithms Cheat Sheet These are two cheat sheets I put together describing both basic [C++ syntax](C++%20Syntax.md) (mostly C++11) and many common [data structures and algorithms](Data%20Structures%20and%20Algorithms.md) in C++, which I've used to study for my past interviews at Google, NASA, etc. Hopefully you find them useful, and please open an issue or submit a PR if you find incorrect or missing information! ## Contributors Many thanks to the following for their contributions: * [B1Z0N](https://github.com/B1Z0N) * [dichen001](https://github.com/dichen001) * [tsaoyu](https://github.com/tsaoyu) * [srashee](https://github.com/srashee) * [emadpres](https://github.com/emadpres) * [AurelienLourot](https://github.com/AurelienLourot)