This type represents a Young Tableau. It is implemented as a MutableHashTable. This hash table stores a partition that represents a shape of the tableau. The filling of the tableau is stored as a mutable list.
|
|
|
The object YoungTableau is a type, with ancestor classes MutableHashTable < HashTable < Thing.