Skip to content

Commit c2170af

Browse files
authored
fix format
1 parent 28a503f commit c2170af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## 题目列表:
77
### 一、 海量数据中的最值问题:<br>
8-
| 题目 | lab链接 | answer链接 |
8+
| 题目 | lab 链接 | answer 链接 |
99
| - | :-: | :-: |
1010
| 1. 海量日志数据,提取出访问次数最多的IP: | [MaxCountIP_lab](https://github.com/ncghost1/MassDataProcessingLab/tree/main/MaxValueProblem/MaxCountIP/lab) | [MaxCountIP_answer](https://github.com/ncghost1/MassDataProcessingLab/tree/main/MaxValueProblem/MaxCountIP/answer) |
1111

@@ -16,11 +16,11 @@
1616
| 2. 海量整数中找出不重复的整数 | [SearchUniqueNumbers_lab](https://github.com/ncghost1/MassDataProcessingLab/tree/main/ExistsOrDuplicateProblem/SearchUniqueNumbers/lab) | [SearchUniqueNumbers_answer](https://github.com/ncghost1/MassDataProcessingLab/tree/main/ExistsOrDuplicateProblem/SearchUniqueNumbers/answer) |
1717

1818
### 三、海量数据的 top K 问题:<br>
19-
| 题目 | lab链接 | answer链接 |
19+
| 题目 | lab 链接 | answer 链接 |
2020
| - | :-: | :-: |
2121
| 1. 如何在海量数据中找出最大的 10 个数: | [FindTop10Numbers_lab](https://github.com/ncghost1/MassDataProcessingLab/tree/main/TopKProblem/FindTop10Numbers/lab) | [FindTop10Numbers_answer](https://github.com/ncghost1/MassDataProcessingLab/tree/main/TopKProblem/FindTop10Numbers/answer) |
2222

2323
### 四、海量数据的 No.K 问题:<br>
24-
| 题目 | lab链接 | answer链接 |
24+
| 题目 | lab 链接 | answer 链接 |
2525
| - | :-: | :-: |
2626
| 1. 在海量数据中找出从小到大第 k 个数: | [FindTheKthNumber_lab](https://github.com/ncghost1/MassDataProcessingLab/tree/main/NoKProblem/FindTheKthNumber/lab) | [FindTheKthNumber_answer](https://github.com/ncghost1/MassDataProcessingLab/tree/main/NoKProblem/FindTheKthNumber/answer) |

0 commit comments

Comments
 (0)