This repository is a personal collection of coding practice solutions from LeetCode and HackerRank.
It serves as a dump of problems Iβve worked on while sharpening my problem-solving and SQL/programming skills.
leetcode/
β Solutions to LeetCode problemshackerrank/
β Solutions to HackerRank challenges- Each file is usually named after the problem ID or title.
- Solutions may not be fully optimized β the focus here is on learning and practicing different approaches.
- Some problems might include multiple versions as I experimented with alternative methods.
- Languages used vary (SQL, Python, etc.), depending on the platform and problem.
This repo is mainly for:
- Tracking my progress
- Revisiting old problems for review
- Serving as a reference for future study