Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarat-ravi/mlst
Because MST isn't enough
https://github.com/sarat-ravi/mlst
Last synced: about 2 months ago
JSON representation
Because MST isn't enough
- Host: GitHub
- URL: https://github.com/sarat-ravi/mlst
- Owner: sarat-ravi
- Created: 2013-04-30T05:12:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-06T18:00:15.000Z (over 11 years ago)
- Last Synced: 2024-04-14T19:51:58.690Z (9 months ago)
- Language: Go
- Size: 223 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
version: 1
This directory contains details about the project for Maximum Leaf Spanning
Tree.FILE_FORMAT - specifies the file format for input and output.
mlst.in - contains sample inputs.
mlst.out - contains sample outputs corresponding to the sample inputs.INSTALL - contains instructions for installing the checker programs for
validating the input and output file formats (optional).python - contains Python implementations of checker programs (optional).
== CHANGE_LOG ==
version 1: Added Python implementations.