You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The permutation function doesn't work if the parameter size is higher than the length of the parameter arr.
Example
Works
G.permutation(['0','1','2','3'],4);
Doesn't work
G.permutation(['0','1','2','3'],5);
The text was updated successfully, but these errors were encountered:
dopey2
changed the title
Permutation not work if size if higher than the number of elements in the set
Permutation not work if size is higher than the number of elements in the set
Apr 6, 2024
Hello,
The permutation function doesn't work if the parameter size is higher than the length of the parameter arr.
Example
Works
Doesn't work
The text was updated successfully, but these errors were encountered: