Skip to content

This repository hosts my solutions for 50 popular Leetcode problems. Whether you're honing your SQL skills or prepping for coding interviews, these solutions offer efficient approaches to tackle challenging problems. Explore my solutions, dissect the approaches, and level up your SQL proficiency!

Notifications You must be signed in to change notification settings

madhura-3/Leetcode-SQL-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode-SQL-50

Welcome to the repository for solutions to LeetCode problems from the Top SQL 50 study plan. In this repository, you'll find my solutions to various SQL problems, focusing specifically on tasks included in the Top SQL 50 study plan.

Table of Contents

About

LeetCode is a popular platform for practicing coding skills through solving algorithmic and database problems. The Top SQL 50 study plan is designed to familiarize learners with essential SQL concepts and queries, enabling them to tackle common database challenges efficiently.

This repository contains SQL scripts with my solutions to problems from the LeetCode Top SQL 50 study plan. Each solution is accompanied by comments explaining the approach and providing insights into the SQL queries used.

Getting Started

To get started with using or contributing to this repository, follow these simple steps:

  1. Clone the repository:
    git clone https://github.com/madhura-3/leetcode-top-sql-50.git
  2. Navigate to the repository directory:
    cd leetcode-top-sql-50
  3. Explore the solutions: Browse through the solutions directory to find solutions organized by problem names. Each solution file is named after the corresponding problem on LeetCode.

Usage

Feel free to use the solutions in this repository for reference or learning purposes. You can study the approaches used and adapt them to solve similar problems or improve your understanding of SQL.

If you find a more efficient or elegant solution, don't hesitate to contribute! Follow the guidelines in the Contributing section to submit your improvements.

Contributing

Contributions to this repository are highly appreciated.

If you'd like to contribute your own solutions or improvements, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or fix:

    git checkout -b feature-or-fix-name
    
  3. Make your changes and commit them:

    git commit -m "Add your commit message here"
    
  4. Push to your fork:

    git push origin feature-or-fix-name
    
  5. Create a pull request from your fork's branch to the main branch of this repository.

Please ensure your code adheres to the repository's coding standards and includes appropriate documentation/comments.

About

This repository hosts my solutions for 50 popular Leetcode problems. Whether you're honing your SQL skills or prepping for coding interviews, these solutions offer efficient approaches to tackle challenging problems. Explore my solutions, dissect the approaches, and level up your SQL proficiency!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages