Gapplet
Given a sequence of permutations, and a point we perform the orbit algorithm step by step.
Input a sequence of permutations, e.g.,
(1,2,3)(4,5), (3,4,5) |
|
Input a point, e.g., 1 |
|
Perform the next step
| |
The three sets New, Orbit, LastFound | |