Skip to content

A lightweight tool for testing algorithm solutions locally.

License

Notifications You must be signed in to change notification settings

lerrybe/quick-algo-tester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%