8000 add:improve the format · h-j-13/LeetCode-Database@d43748a · GitHub
[go: up one dir, main page]

Skip to content

Commit d43748a

Browse files
committed
add:improve the format
1 parent 5153978 commit d43748a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Soulution/LeetCode 596. Classes More Than 5 Students.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ There is a table ```courses``` with columns: student and class
55
Please list out all classes which have more than or equal to 5 students.
66

77
For example, the table:
8-
```
8+
```
99
+---------+------------+
1010
| student | class |
1111
+---------+------------+
@@ -19,15 +19,15 @@ For example, the table:
1919
| H | Math |
2020
| I | Math |
2121
+---------+------------+
22-
```
22+
```
2323
Should output:
24-
```
24+
```
2525
+---------+
2626
| class |
2727
+---------+
2828
| Math |
2929
+---------+
30-
```
30+
```
3131
Note:
3232
The students should not be counted duplicate in each course.
3333

0 commit comments

Comments
 (0)
0