Welcome to my repository of LeetCode solutions. Doing leetcode questions is one of my favorite ways to learn new things. Here, you'll find some leetcode questions solved.
Currently, I'm working on solving problems in Python and SQL.
The repository is organized by LeetCode problem numbers:
- python/: Contains Python solutions.
- sql/: Contains SQL solutions.
Each problem is named by its LeetCode problem number.
- For Python solutions, look inside the
python/
directory. - For SQL queries, head to the
sql/
directory.
Feel free to submit pull requests if you have improvements or alternative solutions! Here are some guidelines:
Ensure your code is readable, commented where necessary, and follows PEP 8 for Python. Testing: If you add a new solution, consider adding test cases. SQL: Include schema creation if your solution requires specific table structures.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have questions or suggestions, feel free to to open an issue here on GitHub.