This repository contains my solutions to the HackerRank-30-day-challenge-solutions challenge on HackerRank, implemented in Python.
The challenge is designed to help developers improve their coding and problem-solving skills through 30 curated tasks. Each day introduces a new computer science concept, followed by a relevant coding problem
- Platform: HackerRank.
- Track: HackerRank-30-day-challenge-solutions
- Language: Python 3
- Goal: Strengthen foundational coding and algorithmic thinking
📁 HackerRank-30-day-challenge-solutions/ ├── DAY-0/ │ ├── DAY-0-SOLUTION.py │ └── README.md ├── DAY-1/ │ ├── DAY-1-SOLUTION.py │ └── README.md ├── ...
📝 Each
.pyfile contains:
- The problem statement as a comment
- My Python solution with clean logic
- (Optional) Input/output examples or test cases
| Day | Status | Description |
|---|---|---|
| Day 0 | ✅ Done | Hello, World |
| Day 1 | ✅ Done | Data Types |
| Day 2 | ✅ Done | Operators |
| Day 3 | ✅ Done | Conditionals |
| Day 4 | ✅ Done | Class vs Instance |
| Day 5 | ✅ Done | Loops |
| Day 6 | ✅ Done | Let's Review |
| Day 7 | ✅ Done | Arrays |
| Day 8 | ✅ Done | Dictionaries and Maps |
| ... | 🔜 | More coming soon... |
📌 Check each day's folder/file for individual code and explanation.
- Clone this repository
git clone https://github.com/log-Null/HackerRank-30-day-challenge-solutions