Loading repository dataβ¦
Loading repository dataβ¦
Kumkum-lohiya / repository
π #100DaysOfCode | Solving one DSA problem every day using C++ | Tracking consistency and problem-solving skills.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to my #100DaysOfCode journey!
In this challenge, I am solving one Data Structures and Algorithms (DSA) problem every day using C++ and documenting my progress here.
| Day | Problem | Topic |
|---|---|---|
| Day 1 | Reverse an Array | Arrays |
| Day 2 | Remove Duplicates from Array | Arrays |
| Day 3 | Majority Element | Arrays |
| Day 4 | Array Leaders | Arrays |
| Day 5 | Cut Rope to Maximise Product | Dynamic Programming |
| Day 6 | Rotate Array | Arrays |
| Day 7 | Last Digit of a^b | Mathematics |
| Day 8 | Choose and Swap | Strings |
| Day 9 | Maximum Area Between Bars | Two Pointers |
| Day 10 | Maximum Number of People Defeated | Greedy |
| Day 11 | Rat Maze With Multiple Jumps | Backtracking |
| Day 12 | Largest Unblocked Submatrix | Dynamic Programming / Matrix |
| Day 13 | Ways to Express as Sum of Consecutives | Mathematics |
This repository contains only my solutions. Problem statements belong to GeeksforGeeks, and links to the original problems are provided in the source files.