A collection of C++ programs written for daily practice. This repository covers fundamentals, STL, and basic DSA topics.
- numbers
- strings
- arrays
- searching_sorting
- stl
- functions
- pointers
- oop
- exception_handling
- maps_sets
- time_complexity
- mini_project
Features:
- Reverse a number
- Palindrome check
- Prime check
- Armstrong check
- Sum of digits
- Even/Odd check
Compile: g++ filename.cpp
Run: ./a.out
- Linear Search
- Maximum and Minimum in Array
- Second Largest Element
- Remove Duplicates using Set
- Sort Vector using STL Sort
- Frequency Count using Map
- Core C++ fundamentals
- STL (vector, map, set)
- Git & GitHub workflow
- Open source contribution (PR raised)