Skip to content

Commit

Permalink
each case is now deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Sep 18, 2024
1 parent 461da96 commit d902a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphs/correct_outputs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The graphs series of graphs are used to check the code's correctness. Except for internal tiebreaking by the solver, each result is deterministic.
The graphs series of graphs are used to check the code's correctness. Each result is deterministic.

graph1:
A B D
Expand All @@ -8,7 +8,7 @@ graph2:
A B D
B D D

graph3: deals with tiebreaking
graph3:
A C D
C D D

Expand All @@ -24,7 +24,7 @@ graph6:
A B U
B D U

graph7: deals with tiebreaking
graph7:
A B U
B D U

Expand Down

0 comments on commit d902a3c

Please sign in to comment.