From e86ee6d5d17b55ac14c7467119e8c386ec37ae4f Mon Sep 17 00:00:00 2001 From: wangyingjian <wangyingjian1990@gmail.com> Date: Tue, 11 Jan 2022 15:38:44 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c26f9d..38f2ea5 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,5 @@ Constraint.oddTurn(Pillar P0, Pillar P1) and Constraint.evenTurn(Pillar P0, Pillar P1). 6.Hanoi.present() is now named Hanoi.printResult(). + +7.The constraint for each move is printed as well in Constraint.oddTurn() and Constraint.EvenTurn(). -- GitLab