mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
typo
This commit is contained in:
parent
eee0b36983
commit
3121d3768a
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ MAX_NUM_COURSES = 1_000
|
|||
|
||||
QUESTION_TEMPLATE = """There are a total of {num_courses} courses you have to take, labeled from 0 to {last_index}.
|
||||
|
||||
You are given the following list of prerequisites, where prerequisites[i] = (a_i, b_i) indicates that you must first take course b_i first if you want to take course a_i:
|
||||
You are given the following list of prerequisites, where prerequisites[i] = (a_i, b_i) indicates that you must first take course b_i if you want to take course a_i:
|
||||
{prerequisites}
|
||||
|
||||
Return True if you can finish all courses considering the prerequisites, or False otherwise.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue