wetsoledrysoul commited on
Commit
0c7b25a
·
verified ·
1 Parent(s): fc2b698

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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