cpphelper
v1.0.4
Published
C++ DSA cheat sheet in your terminal
Maintainers
Readme
📘 CPPHELP - C++ Syntax & DSA CLI Tool
A powerful and interactive CLI tool to help you learn and reference C++ syntax, STL data structures, and popular algorithms directly from your terminal.
🚀 Built with Node.js | 🔌 Fully Offline | 💡 Designed for C++ Learners & Developers
✨ Features
- 🔍 Explore C++ data structures (
vector,map,stack, etc.) - ⚡ Understand key DSA techniques (
binary search,sliding window, etc.) - 📜 See syntax, methods, time/space complexity, and examples
- ✅ Friendly reminder to include:
#include<iostream>,#include<bits/stdc++.h> - 📊 Beautiful CLI tables, spinners, and dropdowns
- 💡 Helpful notes and one-liner explanations for quick understanding
📦 Installation
npm install -g cpphelper🧪 Usage
cpphelpYou'll be guided through an interactive menu to explore any C++ STL container or DSA algorithm.
📜 License
MIT © 2025 Krishna Sharma
