Fix README

This commit is contained in:
Cory Balaton 2024-10-06 01:42:31 +02:00
parent d21e448e4a
commit 433273ad62
Signed by: coryab
GPG Key ID: F7562F0EC4E4A61B

View File

@ -9,5 +9,5 @@ Email: [coryab@uio.no](mailto:coryab@uio.no)
To run any of the programs, just use this command: To run any of the programs, just use this command:
```bash ```bash
python <exhaustive_search \| hill_climbing \| genetic_algorithm>.py python <exhaustive_search | hill_climbing | genetic_algorithm>.py
``` ```