Skip to content

Latest commit

 

History

History
210 lines (178 loc) · 15.1 KB

File metadata and controls

210 lines (178 loc) · 15.1 KB

Leetcode (PostgreSQL)

Postgres MIT licensed CI

Navigation

Description

📚 LeetCode SQL Solutions in PostgreSQL

A collection of LeetCode solutions in SQL using PostgreSQL. Includes:

  • Easy/Medium/Hard solutions
  • Optimized queries

🔹 Features:

  • Clean, formatted SQL code
  • Use of PostgreSQL-specific functions
  • Parsing complex queries
  • Regular updates

Useful for preparing for technical interviews and improving your SQL skills.

SQL 50 Questions

SQL 50 Badge

Select

Basic Joins

Basic Aggregate Functions

Sorting and Grouping

Advanced Select and Joins

Subqueries

Advanced String Functions / Regex / Clause

All Tasks List

  1. Easy
  2. Medium
  3. Hard

Contributing

Style guide for contributors:

  1. Add description to all tasks from Leetcode.
  2. Name file pattern: xxx.Task name.sql
  3. All keywords must be uppercase.
  4. For every task create new branch with pattern: task/task-id -> make PR to main.

Have a good contributing!

License

Check out LICENSE page.