diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-22 10:48:21 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-22 11:14:36 +0100 |
| commit | 2e79b4ac22321abd69c7f1a9748b5761abaab1ec (patch) | |
| tree | e7f3cb04aa24ddb39fa2ae7418aac3a69f7fe791 /README.md | |
| parent | 6a83ee598406e9ee4bdd7169dfc4bb46284a2062 (diff) | |
| download | push_swap-2e79b4ac22321abd69c7f1a9748b5761abaab1ec.tar.gz push_swap-2e79b4ac22321abd69c7f1a9748b5761abaab1ec.tar.bz2 push_swap-2e79b4ac22321abd69c7f1a9748b5761abaab1ec.zip | |
Added micro optimisation when sorting frame == 2 and less reverse rotate when frame == full stack, norming
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,8 @@ Test argument stack parsing Make sure to have Python3.6 >= + + ``` python benchmark.py 10 100 5 10 python benchmark_plot.py @@ -59,6 +61,8 @@ python benchmark_plot.py Plot operation distribution + + ``` python benchmark_plot.py --dist ``` |
