# HG changeset patch # User Dennis C. M. # Date 1688064439 -3600 # Node ID 576431310c8ab7ce338972801f968179961a6b4a # Parent b1a605eb721a0f031b275ea2f9fe8bbb380ac475 fix format diff -r b1a605eb721a -r 576431310c8a README.md --- a/README.md Thu Jun 29 19:45:49 2023 +0100 +++ b/README.md Thu Jun 29 19:47:19 2023 +0100 @@ -18,11 +18,11 @@ make ``` -**Currently I've only tested this project on Linux. However, I would like to prepare it so +*Currently I've only tested this project on Linux. However, I would like to prepare it so that it can be used on Mac and Windows. However, my cross-platform experience is almost -non-existent. Maybe in the future I'll check how to do it** +non-existent. Maybe in the future I'll check how to do it* -# Run +## Run To customize the program you can pass the following arguments. @@ -50,21 +50,21 @@ ![Image 3](repo/3.png) -# Examples +## Examples -## Normal mode +### Normal mode Just run the program and press `ENTER` -## Slow motion +### Slow motion Use `u` to increase the delay, then `ENTER` to run the algorithm -**The delay is applied after each iteration** +*The delay is applied after each iteration* -## Pause mode +### Pause mode Press `ENTER` then `p` -## Sequential mode +### Sequential mode Press `q` then press `ENTER` to visualize the algorithm step by step.