Hello Members,

Is there any Permutation API in Java? I found the following:

http://www.jsc.nildram.co.uk/api/jsc/combinatorics/Permutations.html

I am unable to figure out what should be the import statement for the above API.

I would be grateful for any help.

Thank you!
sciprog1

Recommended Answers

All 2 Replies

You can see the package structure near the top of the document jsc.combinatorics.Permutations . Import that class and make sure you have the jar file in your classpath.

Hello Ezzaral,

Thank you for the reply. It works now!

Regards,
sciprog1

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.