Last Version

mst 4.0

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
Version

Version

4.0
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 4.0

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

<!-- 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.