Skip to content

Commit

Permalink
corrections of graphs for Algorithms 15 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
FulopNandor authored and asb2m10 committed Jul 21, 2024
1 parent 2adb0e1 commit aca5b82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/AlgoDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,17 +228,17 @@ void AlgoDisplay::paint(Graphics &g) {
displayOp(g, 2, 4, 2, 0, 0);
displayOp(g, 1, 4, 3, 2, 0);
break;
case 13:
displayOp(g, 6, 3, 1, 0, 1);
displayOp(g, 5, 2, 1, 1, 0);
case 13:
displayOp(g, 6, 4, 1, 7, 1);// displayOp(g, 6, 3, 1, 0, 1);
displayOp(g, 5, 3, 1, 0, 0);// displayOp(g, 5, 2, 1, 1, 0);
displayOp(g, 4, 3, 2, 0, 0);
displayOp(g, 3, 3, 3, 2, 0);
displayOp(g, 2, 2, 2, 0, 0);
displayOp(g, 1, 2, 3, 1, 0);
break;
case 14:
displayOp(g, 6, 3, 1, 0, 0);
displayOp(g, 5, 2, 1, 1, 0);
displayOp(g, 6, 4, 1, 7, 0);// displayOp(g, 6, 3, 1, 0, 0);
displayOp(g, 5, 3, 1, 0, 0);// displayOp(g, 5, 2, 1, 1, 0);
displayOp(g, 4, 3, 2, 0, 0);
displayOp(g, 3, 3, 3, 2, 0);
displayOp(g, 2, 2, 2, 0, 4);
Expand Down

0 comments on commit aca5b82

Please sign in to comment.