This repository contains my solutions to problems from LeetCode, aimed at improving my knowledge of algorithms and data structures. I solve problems in multiple languages and difficulty levels. It helps me to stay active on both leetcode and github. Futhermore, it's a way to share my knowledge and maybe help someone.
The repository is organized by difficulty and the number of the problem:
📦leetcode-problems
┣ 📂easy
┃ ┣ 📂 9. Palindrome Number
┃ ┃ ┣ 📜 solution.py
┃ ┃ ┗ 📜...
┣ 📂medium
┃ ┗ 📜...
┣ 📜README.md
- Python
- C++ (coming soon)
- Not all solutions are optimized — some are first attempts without refactoring.
- I include comments in code to explain my thought process where needed.
Feel free to connect with me on LinkedIn or reach me via email: mrbrasildaniel@gmail.com
⭐ If you find this repo helpful or want to follow my progress, feel free to give it a star!