About This Project
Overview
A growing collection of efficient, attempted LeetCode solutions across Java, JavaScript, and Python, organized for quick reference and comparison across languages.
Motivation
Consistent LeetCode practice was the most direct way to sharpen my DSA fundamentals, and keeping solutions in one repo let me track how my approach to the same problem types improved over time.
Lessons Learned
Solving the same category of problem in Java, JavaScript, and Python highlighted how much language choice affects idiomatic solutions — the 'best' approach isn't always portable across languages.
