You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,14 @@ The problems are selected from various websites devoted to online learning and t
18
18
19
19
Besides having the required set of SQL problems, they were chosen because they have an integrated database environment to work through to a solution.
20
20
21
-
The problems and both submitted and site solutions are documented in individual markdown files, saved in `solutions`. See the [Contents](#contents) section below for an index.
21
+
The problems and both submitted and site solutions are documented in individual markdown files, saved in `solutions`. See the [Index](#index) section below for an index.
22
22
23
23
To make the daily tasks of creating a new file and updating the index easier, there are helper functions written in Python and a Jupyter notebook in the guise of a form to [automate that process](templates/solution.ipynb).
24
24
25
25

26
26
(_Coeus, whose name is derived from the Greek word 'koios', meaning 'query' or 'questioning', and who is associated with knowledge, determination and the inquisitive mind, here depicted second Titan from the left by Gustave Doré while attempting to solve a difficult SQL problem._)
27
27
28
-
## Contents
28
+
## Index
29
29
30
30
| Day | Title | Solution | Site | Difficulty | NB |
| 123 | [Customers Who Bought All Products](https://leetcode.com/problems/customers-who-bought-all-products/description/) | [Solution](solutions/123_customers_who_bought_all_products.md) | LeetCode | Medium | |
155
-
| 124 |[The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee/description/)|[Solution](solutions/124_the_number_of_employees_which_report_to_each_employee.md)| LeetCode | Easy ||
155
+
| 124 | [The Number of Employees Which Report to Each Employee](https://leetcode.com/problems/the-number-of-employees-which-report-to-each-employee/description/) | [Solution](solutions/124_the_number_of_employees_which_report_to_each_employee.md) | LeetCode | Easy | |-->
0 commit comments