https://github.com/aniketraut16/cpp-stl
A handy cheatsheet for mastering C++ string STL—covers functions, modifications, tricks, and interview must-knows. Ideal for quick revision during contests, placements, or interviews.
https://github.com/aniketraut16/cpp-stl
cpp dsa string
Last synced: 11 months ago
JSON representation
A handy cheatsheet for mastering C++ string STL—covers functions, modifications, tricks, and interview must-knows. Ideal for quick revision during contests, placements, or interviews.
- Host: GitHub
- URL: https://github.com/aniketraut16/cpp-stl
- Owner: aniketraut16
- Created: 2025-07-27T09:15:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T09:24:58.000Z (11 months ago)
- Last Synced: 2025-07-27T11:26:45.439Z (11 months ago)
- Topics: cpp, dsa, string
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📘 C++ STL: Complete Guide
Welcome to the **C++ STL Cheatsheet Repo**! This repository is a concise, beginner-to-advanced friendly reference for commonly used STL components, with examples and pro tips.
## 📁 Sections
1. [String STL](./Strings.md)
2. Vector STL *(coming soon)*
3. Map / Unordered Map *(coming soon)*
4. Set / Multiset *(coming soon)*
5. Stack / Queue / Priority Queue *(coming soon)*
6. Algorithms & Utilities *(coming soon)*
---
## 🔧 Usage
Each section is a markdown file with:
* Syntax & Examples
* Pro Tips / Edge Cases
* Interview use-cases
* Pitfalls to avoid
---
## 👨💻 How to Contribute
You can contribute by:
* Fixing typos
* Adding more examples or use-cases
* Writing missing sections
* Creating beginner-friendly versions for each topic
Fork the repo, make changes, and raise a PR!