aboutsummaryrefslogtreecommitdiff
path: root/Math/Combinatorics/RobinsonSchensted.hs
Commit message (Collapse)AuthorAgeFilesLines
* added PitmanTransform and RobinsonSchensted.Jeshiba2017-07-131-8/+9
| | | | | | | | - Implemented Pitman's transforms, relying on RootSystem.hs - Tested by checking equality with Column insertion. - Moved row insertion from YoungTableaux to RobinsonSchensted - Implemented column insertion - Using Word where previously was [a]
* CheckpointJeshiba2017-07-131-0/+53