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

Skip to content

Commit fcf95e8

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
89
```
910
+---------+------------+
1011
| student | class |
@@ -20,14 +21,17 @@ For example, the table:
2021
| I | Math |
2122
+---------+------------+
2223
```
24+
2325
Should output:
26+
2427
```
2528
+---------+
2629
| class |
2730
+---------+
2831
| Math |
2932
+---------+
3033
```
34+
3135
Note:
3236
The students should not be counted duplicate in each course.
3337

0 commit comments

Comments
 (0)
0