Skip to content

kosakkun/mm-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mm-tester

Requirements

  • JDK 8 or later to build tester

Ubuntu

$ sudo apt update
$ sudo apt install default-jdk build-essential git python3

macOS

$ xcode-select --install
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew update
$ brew install openjdk git python3

Usage

Tester build

$ git clone --depth 1 https://github.com/kosakkun/mm-tester.git
$ cd mm-tester
$ chmod +x gradlew
$ ./gradlew build

Tree of each problem

.
├── README.md
├── build.gradle
├── build
│   └── libs
│       └── Tester.jar
├── tester
│   └── *.java
└── sample
    ├── cpp
    │   ├── run.sh
    │   ├── run.py
    │   └── main.cpp
    ├── java
    │   ├── run.sh
    │   ├── run.py
    │   └── Main.java
    └── python
        ├── run.sh
        ├── run.py
        └── main.py

Sample

$ cd problems/TravelingSalesman/sample/type1/java
$ chmod +x run.sh
$ ./run.sh

Problems

If you cannot read the problem statement, please use here or something to read it.

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published