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
An efficient combinatorics library for JavaScript to generate and get the list of all Permutations and Combinations with the ability to enable or disable repetition. (utilizing ES2015 generators)
FastCombPerm: A Fast Package For Creating Combinations and Permutations With And Without Repetition. Fast Combinations and Permutations Calculator - version 1.0.0
A tool for teachers to assign students to lab groups in sessions. Each lab group, i.e. a combination of students, like a student pair for example, is assigned no more than once. Each student participates once in each session and once in each group. The number of possible lab groups, referred to as pool size, is the number of group sized student …