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
Fixbiojava#321. Optimized completeGroup() for large groups.
Replaced the previous nested loop algorithm with a breadth-first search.
This makes large-order groups (e.g. 40k permutations) finish in ms
rather than hours.
0 commit comments