File size: 657 Bytes
fdc5ba1
2e11c6a
fdc5ba1
 
49d9b3d
100d601
c96171f
92da498
c96171f
92da498
8f0fc49
92da498
 
c96171f
92da498
8f0fc49
92da498
 
c96171f
92da498
8f0fc49
92da498
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
spec_version: 1
name: tracefix_rl
type: space
runtime: fastapi
app: server.app:app
port: 7860
tasks:
  - id: task1_easy
    name: valid_parentheses_wrong_mapping
    description: "Debug the is_valid function so it passes all tests."
    difficulty: easy
    grader: task1_easy:grade
  - id: task2_medium
    name: binary_search_off_by_one
    description: "Debug the binary_search function so it passes all tests."
    difficulty: medium
    grader: task2_medium:grade
  - id: task3_hard
    name: reverse_string_returns_original
    description: "Debug the reverse_string function so it passes all tests."
    difficulty: hard
    grader: task3_hard:grade