A lightweight tool for testing algorithm solutions locally.
- Local Testing: Quickly test your algorithm solutions without the need for online platforms.
- Easy-to-Use: Simply provide your solution file and associated test cases.
- Colored Output: Instantly see which test cases passed or failed with color-coded output.
- Place your solution file and
testcases
folder in the same directory. - Run the
quick-algo-tester
with the path to your solution file.
python quick-algo-tester.py [solution_folder] [solution_file]
- Clone the repository.
git clone https://github.com/[your-username]/quick-algo-tester.git
- Install the required packages.
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.