Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 357 Bytes

Permutation

Implements generic permutation according to Kenneth H. Rosen, Discrete Mathematics and Its Applications, 2nd edition (NY: McGraw-Hill, 1991), pp. 282-284.

Build

mvn -B package

Release and deploy

mvn release:prepare
mvn release:perform

License

LGPLv2.1+

Authors

Bernhard Wagner