An open API service indexing awesome lists of open source software.

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.

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!