Repo for leetcode and SQL practice
Python Problems solved :
- https://leetcode.com/problems/binary-search/description/
- https://leetcode.com/problems/majority-element/description/
- https://leetcode.com/problems/merge-sorted-array/
- https://leetcode.com/problems/remove-duplicates-from-sorted-array/
- https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/
- https://leetcode.com/problems/remove-element/description/
- Implementation of stack in Python using List
- https://leetcode.com/problems/department-top-three-salaries/description/
SQL Problems solved :
- https://leetcode.com/problems/confirmation-rate/
- https://leetcode.com/problems/immediate-food-delivery-ii/description/
- https://leetcode.com/problems/managers-with-at-least-5-direct-reports
- https://leetcode.com/problems/monthly-transactions-i/
- https://leetcode.com/problems/nth-highest-salary/description/
- https://leetcode.com/problems/rank-scores/description/
- https://leetcode.com/problems/consecutive-numbers/description/
- https://leetcode.com/problems/department-top-three-salaries/description/
- https://leetcode.com/problems/second-highest-salary/