This is a B4J Library based on my B4A Version of it.
Permutation
Version: 1
The code does not raise an error so i guess it is working in B4J but i dont get any log-output. Maybe i´m doing something wrong.
PLEASE if anyone using B4J test this lib and tell me whether it is working or not. Maybe you can create a small b4j example using this library?
Permutation
Version: 1
- Permutation
Methods:- permute (s As String) As List
B4X:
Dim l As List = perm.permute("ABC")
For i = 0 To l.Size -1
Log(l.Get(i))
Next
The code does not raise an error so i guess it is working in B4J but i dont get any log-output. Maybe i´m doing something wrong.
PLEASE if anyone using B4J test this lib and tell me whether it is working or not. Maybe you can create a small b4j example using this library?
BCA
BAC
CBA
ABC
ACB
CAB