fix: corrected link to question (#4)

This commit is contained in:
Chandrakant 2022-08-10 21:10:27 +05:30 committed by GitHub
parent f96818ed63
commit 5d5b56d90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Download the ER diagram from [here](media/student-er.drawio) and import it into
### Problem sets ### Problem sets
1. [**Simple - I**](https://leetcode.com/problems/big-countries/) 1. [**Simple - I**](https://leetcode.com/problems/big-countries/)
2. [Simple - II](https://leetcode.com/problems/find-customer-referee//) 2. [Simple - II](https://leetcode.com/problems/find-customer-referee/)
3. [**Joins - I**](https://leetcode.com/problems/employees-earning-more-than-their-managers/) 3. [**Joins - I**](https://leetcode.com/problems/employees-earning-more-than-their-managers/)
4. [Joins - II](https://leetcode.com/problems/combine-two-tables/) 4. [Joins - II](https://leetcode.com/problems/combine-two-tables/)
5. [**Aggregation - I**](https://leetcode.com/problems/duplicate-emails/) 5. [**Aggregation - I**](https://leetcode.com/problems/duplicate-emails/)