Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,6 @@
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
-
- text2text-generation
|
6 |
-
language:
|
7 |
-
- en
|
8 |
-
tags:
|
9 |
-
- code
|
10 |
-
size_categories:
|
11 |
-
- n<1K
|
12 |
---
|
13 |
|
14 |
# LeetCode-Contest
|
@@ -100,13 +93,17 @@ assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
|
|
100 |
```
|
101 |
|
102 |
|
103 |
-
|
104 |
|
105 |
```
|
106 |
-
@
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
year={2025}
|
111 |
-
}
|
112 |
-
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
task_categories:
|
4 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# LeetCode-Contest
|
|
|
93 |
```
|
94 |
|
95 |
|
96 |
+
## Citation
|
97 |
|
98 |
```
|
99 |
+
@ARTICLE{11098743,
|
100 |
+
author={Li, Kefan and Yuan, Yuan and Yu, Hongyue and Guo, Tingyu and Cao, Shijie},
|
101 |
+
journal={IEEE Transactions on Evolutionary Computation},
|
102 |
+
title={CoCoEvo: Co-Evolution of Programs and Test Cases to Enhance Code Generation},
|
103 |
+
year={2025},
|
104 |
+
volume={},
|
105 |
+
number={},
|
106 |
+
pages={1-1},
|
107 |
+
keywords={Codes;Accuracy;Maintenance engineering;Evolutionary computation;Electronic mail;Software development management;Programming;Dynamic scheduling;Computer bugs;Training;Large Language Models;Code Generation;Test Case Generation;Co-Evolution},
|
108 |
+
doi={10.1109/TEVC.2025.3593272}}
|
109 |
+
```
|