Welcome to the SQL Solutions Repository! This repository contains a collection of SQL problem solutions from various competitive programming platforms, including HackerRank, LeetCode, Codeforces, and others. The solutions are categorized by platform, difficulty, and problem name for easy navigation.
- Navigation: Navigate through the directories to find the platform and difficulty level you're interested in.
- View Solutions: Open the .sqlfile corresponding to the problem name to view the solution.
- Run Queries: You can copy the SQL code into your preferred SQL environment (MySQL, PostgreSQL, etc.) and run the queries directly.
- Problem Statements: For problem statements and detailed explanations, refer to the respective platform's website or the links provided in the platform-specific README files.
Contributions are welcome! If you have additional solutions, improvements to existing solutions, or any other enhancements:
- Fork the repository.
- Create a new branch for your feature/bug fix.
- Commit your changes.
- Submit a pull request with a brief description of your changes.
Please ensure that your solutions are properly formatted, and include comments where necessary for clarity.
This repository is licensed under the MIT License. See the LICENSE file for more information.