lbaf23 commited on
Commit
d8caef1
·
verified ·
1 Parent(s): a1b9974

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,10 +2,13 @@
2
  license: mit
3
  task_categories:
4
  - text-generation
 
5
  language:
6
  - en
7
  tags:
8
  - code
 
 
9
  ---
10
 
11
  # LeetCode-Contest
@@ -88,5 +91,4 @@ def countCompleteDayPairs(hours: List[int]) -> int:
88
  - test
89
  ```python
90
  assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
91
- ```
92
-
 
2
  license: mit
3
  task_categories:
4
  - text-generation
5
+ - text2text-generation
6
  language:
7
  - en
8
  tags:
9
  - code
10
+ size_categories:
11
+ - 100M<n<1B
12
  ---
13
 
14
  # LeetCode-Contest
 
91
  - test
92
  ```python
93
  assert countCompleteDayPairs([12, 12, 30, 24, 24]) == 2
94
+ ```