File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
## 题目列表:
7
7
### 一、 海量数据中的最值问题:<br >
8
- | 题目 | lab链接 | answer链接 |
8
+ | 题目 | lab 链接 | answer 链接 |
9
9
| - | :-: | :-: |
10
10
| 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 ) |
11
11
16
16
| 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 ) |
17
17
18
18
### 三、海量数据的 top K 问题:<br >
19
- | 题目 | lab链接 | answer链接 |
19
+ | 题目 | lab 链接 | answer 链接 |
20
20
| - | :-: | :-: |
21
21
| 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 ) |
22
22
23
23
### 四、海量数据的 No.K 问题:<br >
24
- | 题目 | lab链接 | answer链接 |
24
+ | 题目 | lab 链接 | answer 链接 |
25
25
| - | :-: | :-: |
26
26
| 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 ) |
You can’t perform that action at this time.
0 commit comments