o

optimal-permutation

全排列数组,计算所有排列的结果,从中选最优结果。 full permutation array, calculate optimal permutation's result.
https://github.com/changebooks/optimal-permutation
Apache License, Version 2.0
Huan Song
Files download
File Operation
optimal-permutation-1.0.3.jar download
optimal-permutation-1.0.3.pom download
optimal-permutation-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.changebooks</groupId>
  <artifactId>optimal-permutation</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.changebooks:optimal-permutation:1.0.3'
Gradle Kotlin
implementation("io.github.changebooks:optimal-permutation:1.0.3")
Scala SBT
libraryDependencies += "io.github.changebooks" % "optimal-permutation" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.changebooks', module='optimal-permutation', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.changebooks" name="optimal-permutation" rev="1.0.3" />
Leiningen
[io.github.changebooks/optimal-permutation "1.0.3"]
Apache Buildr
'io.github.changebooks:optimal-permutation:jar:1.0.3'
Dependencies
The project has no third-party dependencies