💡 A repository to store Leetcode solutions with clear explanations for each problem.
- 🧩 Great way to entertain and keep the brain active
- 📚 Practice and learn techniques for algorithms and data structures
- 🏗️ Build a daily habit of doing something meaningful and mentally rewarding
Leetcode folder generation:
There is a python file gen-leetcode.py to automate the task of creating Leetcode folder along with default files.
Usage:
python gen-leetcode.py [command] [arguments]
Commands:
help Show this help message.
daily Generate today's LeetCode daily challenge folder.
classic <number> Generate folder for a classic LeetCode problem by number.
Examples:
python gen-leetcode.py daily
python gen-leetcode.py classic 1234In the future, default files by programming language option will be added to this feature.
A solid year overall, especially considering I have only started Leetcode the first time. In the next year, I will aim to spend more time to participate in Weekly and Bi-weekly contexts.
- ✅ Solve at least 1 Leetcode challenge every day
- ✅ Complete at least 250 challenges
- ❌ Join at least 3 Leetcode competitions
- Solve at least 1 Leetcode challenge every day
- Complete at least 700 challenges
- Join at least 5 Leetcode competitions
⭐ Star this repo if you find it useful or inspiring!