Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gibsjose/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
https://github.com/gibsjose/cpp-cheat-sheet
Last synced: 26 days ago
JSON representation
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
- Host: GitHub
- URL: https://github.com/gibsjose/cpp-cheat-sheet
- Owner: gibsjose
- Created: 2016-02-05T23:41:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-05T05:27:20.000Z (over 1 year ago)
- Last Synced: 2024-10-01T11:02:06.610Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 9.47 MB
- Stars: 4,961
- Watchers: 130
- Forks: 1,461
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fancy-toolkit - C++算法与数据结构手册
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!
P.S. - I didn't get the job at Google :wink:
## 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)
* [josephharrington](https://github.com/josephharrington)
* [MuruganViswanathan](https://github.com/MuruganViswanathan)
* [Damercy](https://github.com/Damercy)
* [mgoutham](https://github.com/mgoutham)