This repository contains my practice programs and problem-solving solutions in C++.
- Arrays
- Two Pointers
- Binary Search
- Recursion
- Strings
- STL (
vector,map,set, etc.) - OOP Concepts
- Sorting
- Searching
- Problem Solving Patterns
- LeetCode
- Practice Problems
- Interview Preparation Questions
- C++
- STL
- Git & GitHub
- VS Code
- Improve problem-solving skills
- Strengthen DSA fundamentals
- Prepare for C++ developer interviews
- Build consistency in coding
Compile:
g++ -o output filename.cppRun:
./outputFor Windows PowerShell:
.\output.exeSatish Jha