To generate test cases: ./generate.py --config config.json --output input.txt
To validate solutions: ./validate.py --input example/input.txt --output example/solution1.txt
To visualize in the website: python3 jsonmaker.py --input example/input.txt --output example/solution1.txt
How to launch live server:
- Open VS Code, go to the Extensions view (
Ctrl+Shift+X), search for "Live Server", and click Install, Right-click yourindex.htmland select Open with Live Server.