A structured collection of Object-Oriented Programming (OOP) concepts and Data Structures & Algorithms (DSA) for interview preparation and coding practice.
- πΉ 01_Basic β Fundamentals of C++ & OOP
- πΉ 02_Pattern & 02_Patter_Printing β Pattern problems
- πΉ 03_STL β Standard Template Library concepts
- πΉ 04_Searching β Searching algorithms
- πΉ 05_Recursion β Recursion-based problems
- πΉ 06_Pointer β Pointer concepts in C++
- πΉ 07_Exception_Handling β Handling runtime errors
- πΉ 08_Strings β String manipulation techniques
- πΉ 09_Array & 10_2DArray β Array-based problems
- πΉ 11_OOPS β Core Object-Oriented Programming concepts
- πΉ 12_Stack β Stack implementation & problems
- πΉ 13_Sorting β Sorting algorithms
- πΉ 14_LinkList β Linked list concepts & problems
- C++ β Primary language
- STL (Standard Template Library) β Data structures and algorithms