lerrybe / quick-algo-tester

A lightweight tool for testing algorithm solutions locally.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick-Algo-Tester

A lightweight tool for testing algorithm solutions locally.

Features

  • 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.

Usage

  1. Place your solution file and testcases folder in the same directory.
  2. Run the quick-algo-tester with the path to your solution file.
python quick-algo-tester.py [solution_folder] [solution_file]

Installation

  1. Clone the repository.
git clone https://github.com/[your-username]/quick-algo-tester.git
  1. Install the required packages.
pip install -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A lightweight tool for testing algorithm solutions locally.

License:MIT License


Languages

Language:Python 100.0%