m

mst

Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
http://algs4.cs.princeton.edu/code/
GNU General Public License 3
Robert Sedgewick Kevin Wayne
Files download
File Operation
mst-4.0.jar download
mst-4.0.pom download
mst-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.meka.thirdparty</groupId>
  <artifactId>mst</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.meka.thirdparty:mst:4.0'
Gradle Kotlin
implementation("net.sf.meka.thirdparty:mst:4.0")
Scala SBT
libraryDependencies += "net.sf.meka.thirdparty" % "mst" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.meka.thirdparty', module='mst', version='4.0')
)
Apache Ivy
<dependency org="net.sf.meka.thirdparty" name="mst" rev="4.0" />
Leiningen
[net.sf.meka.thirdparty/mst "4.0"]
Apache Buildr
'net.sf.meka.thirdparty:mst:jar:4.0'
Dependencies
The project has no third-party dependencies