Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,7 @@ size_categories:
|
|
| 23 |
|
| 24 |
## Code Time Complexity prediction
|
| 25 |
Sourced from BigOBench, using a subset of the N-most commonly occuring time complexities in the dataset
|
|
|
|
| 26 |
Three tasks:
|
| 27 |
- tc_direct: Directly predict the time complexity as O(X) given the code
|
| 28 |
- code_to_tc_mcq: Select the correct time complexity from four options, given the code
|
|
|
|
| 23 |
|
| 24 |
## Code Time Complexity prediction
|
| 25 |
Sourced from BigOBench, using a subset of the N-most commonly occuring time complexities in the dataset
|
| 26 |
+
|
| 27 |
Three tasks:
|
| 28 |
- tc_direct: Directly predict the time complexity as O(X) given the code
|
| 29 |
- code_to_tc_mcq: Select the correct time complexity from four options, given the code
|