mst

Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.meka.thirdparty
ArtifactId

ArtifactId

mst
Last Version

Last Version

4.0
Release Date

Release Date

Type

Type

jar
Description

Description

mst
Minimum spanning tree. Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
Project URL

Project URL

http://algs4.cs.princeton.edu/code/
Source Code Management

Source Code Management

http://algs4.cs.princeton.edu/code/

Download mst

Filename Size
mst-4.0.pom
mst-4.0.jar 31 KB
mst-4.0-sources.jar 516 bytes
mst-4.0-javadoc.jar 516 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/ -->
<dependency>
    <groupId>net.sf.meka.thirdparty</groupId>
    <artifactId>mst</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/
implementation 'net.sf.meka.thirdparty:mst:4.0'
// https://jarcasting.com/artifacts/net.sf.meka.thirdparty/mst/
implementation ("net.sf.meka.thirdparty:mst:4.0")
'net.sf.meka.thirdparty:mst:jar:4.0'
<dependency org="net.sf.meka.thirdparty" name="mst" rev="4.0">
  <artifact name="mst" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.meka.thirdparty', module='mst', version='4.0')
)
libraryDependencies += "net.sf.meka.thirdparty" % "mst" % "4.0"
[net.sf.meka.thirdparty/mst "4.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
4.0