KotlinDiscreteMathToolkit icon indicating copy to clipboard operation
KotlinDiscreteMathToolkit copied to clipboard

Set of extensions for Kotlin that provides Discrete math functionalities

Results 4 KotlinDiscreteMathToolkit issues
Sort by recently updated
recently updated
newest added

Looks like the license is Apache 2 in the pom, but no LICENSE file is provided to github.

trying to use the `cartesianProduct` and it appears like it was added after the latest release to Maven Central, which was years ago. Anyway a new version could be published?

I ran into mutliple issues depending on the inputs because of number overflows and too deep recursion. I also got concerned about the memory usage. For my use case it...

I would love it if this contained an implementation of Sawada's algorithm to generate all unique necklaces of a set/list (all distinct cyclic arrangements of the elements). Description of necklaces...