Update README.md
Browse files
README.md
CHANGED
@@ -91,4 +91,16 @@ def countCompleteDayPairs(hours: List[int]) -> int:
|
|
91 |
- test
|
92 |
```python
|
93 |
assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
|
94 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
- test
|
92 |
```python
|
93 |
assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
|
94 |
+
```
|
95 |
+
|
96 |
+
|
97 |
+
### Citation
|
98 |
+
|
99 |
+
```
|
100 |
+
@article{li2025cocoevo,
|
101 |
+
title={CoCoEvo: Co-Evolution of Programs and Test Cases to Enhance Code Generation},
|
102 |
+
author={Li, Kefan and Yu, Hongyue and Guo, Tingyu and Cao, Shijie and Yuan, Yuan},
|
103 |
+
journal={arXiv preprint arXiv:2502.10802},
|
104 |
+
year={2025}
|
105 |
+
}
|
106 |
+
```
|