| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.googlecode.princeton-java-algorithms |
| ArtifactId | ArtifactIdalgorithms |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionalgorithms
Code examples from Princeton's "Algorithms" textbook, 4th Edition.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| algorithms-4.0.1.pom | |
| algorithms-4.0.1.jar | 328 KB |
| algorithms-4.0.1-sources.jar | 249 KB |
| algorithms-4.0.1-javadoc.jar | 738 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.princeton-java-algorithms/algorithms/ -->
<dependency>
<groupId>com.googlecode.princeton-java-algorithms</groupId>
<artifactId>algorithms</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.princeton-java-algorithms/algorithms/
implementation 'com.googlecode.princeton-java-algorithms:algorithms:4.0.1'
// https://jarcasting.com/artifacts/com.googlecode.princeton-java-algorithms/algorithms/
implementation ("com.googlecode.princeton-java-algorithms:algorithms:4.0.1")
'com.googlecode.princeton-java-algorithms:algorithms:jar:4.0.1'
<dependency org="com.googlecode.princeton-java-algorithms" name="algorithms" rev="4.0.1">
<artifact name="algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.princeton-java-algorithms', module='algorithms', version='4.0.1')
)
libraryDependencies += "com.googlecode.princeton-java-algorithms" % "algorithms" % "4.0.1"
[com.googlecode.princeton-java-algorithms/algorithms "4.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.princeton-java-introduction : stdlib | jar | 1.0.1 |
| java3d : j3d-core-utils | jar | 1.3.1 |
| gov.nist.math : jama | jar | 1.0.3 |