Welcome to my competitive programming repository! This repo tracks my learning and problem-solving on Codeforces and LeetCode.
- Strengthen problem-solving skills through regular practice.
- Master data structures and algorithms essential for contests and interviews.
- Track my progress in speed, accuracy, and depth across topics.
- Codeforces: Regular contests for real-time problem-solving.
- LeetCode: In-depth focus on patterns and popular interview problems.
├── Codeforces
│ ├── Contests
│ │ └── ContestID_ProblemID.cpp # Key insights and strategies from contests
│ └── Topics
│
├── LeetCode
| ├── Contests
│ |-- Questions
│
├── LearningNotes # Topic-based learning notes and summaries
│ ├── Data_Structures.md
│ └── Algorithms.md
│
└── README.md # This file
- Data Structures: Arrays, Linked Lists, Trees, Graphs, etc.
- Algorithms: Sorting, Searching, Dynamic Programming, and more.