Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,9 @@ size_categories:
|
|
| 22 |
- 100K<n<1M
|
| 23 |
---
|
| 24 |
|
| 25 |
-
Code Space Complexity prediction
|
| 26 |
Sourced from BigOBench, using a subset of the N-most commonly occuring space complexities in the dataset
|
|
|
|
| 27 |
Three tasks:
|
| 28 |
- sc_direct: Directly predict the space complexity as O(X) given the code
|
| 29 |
- code_to_sc_mcq: Select the correct space complexity from four options, given the code
|
|
|
|
| 22 |
- 100K<n<1M
|
| 23 |
---
|
| 24 |
|
| 25 |
+
## Code Space Complexity prediction
|
| 26 |
Sourced from BigOBench, using a subset of the N-most commonly occuring space complexities in the dataset
|
| 27 |
+
|
| 28 |
Three tasks:
|
| 29 |
- sc_direct: Directly predict the space complexity as O(X) given the code
|
| 30 |
- code_to_sc_mcq: Select the correct space complexity from four options, given the code
|