This repository is where I put my solutions to problems mainly from LeetCode platform, I try to document each solution and explain how it works.
I put together this table as an index to make it easier to navigate the repo, I keep updating it along the way.
Note: Click the green check marks to go to source code.
# | Title | SQL | Difficulty |
---|---|---|---|
176 | Second Highest Salary | ✔️ | Medium |
177 | Nth Highest Salary | ✔️ | Medium |
181 | Employees Earning More Than Their Managers | ✔️ | Easy |
182 | Duplicate Emails | ✔️ | Easy |
183 | Customers Who Never Order | ✔️ | Easy |
184 | Department Highest Salary | ✔️ | Medium |
196 | Delete Duplicate Emails | ✔️ | Easy |