/leetcode

Primary LanguageSQLMIT LicenseMIT

LeetCode Solutions in Python and SQL

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.

Repository Structure

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.

How to Navigate

  • For Python solutions, look inside the python/ directory.
  • For SQL queries, head to the sql/ directory.

Contribution

Feel free to submit pull requests if you have improvements or alternative solutions! Here are some guidelines:

Code Quality:

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

If you have questions or suggestions, feel free to to open an issue here on GitHub.