This repository documents my continuous journey of solving algorithmic challenges and building a strong foundation in computer science principles. All solutions are written in C++, focusing on performance, memory efficiency, and logical reasoning.
The workspace is organized into 5 progressive levels, representing a structured learning curve:
- ๐ Algorithms & Problem Solving (Level 1): Basic logic building, control flows, and simple mathematics.
- ๐ Algorithms & Problem-Solving Level 2: Array manipulations, basic searching, and complex loops.
- ๐ Algorithms & Problem Solving Level 3: Matrices, string manipulations, and multidimensional data.
- ๐ Algorithms & Problem Solving Level 4: Advanced math puzzles, date/time algorithms, and formatting.
- ๐ Algorithms & Problem Solving Level 5: Core Data Structures and performance-oriented solutions.
- Language: C++
- Focus Areas: - Data Structures & Algorithms (DSA)
- Algorithmic Thinking
- Code Optimization and Readability
- Problem Deconstruction
Note: This repository contains clean source files. IDE auto-generated build artifacts (like .vs/, x64/, Debug/, or Release/ folders) are intentionally ignored to keep the repository lightweight and professional.