Open
Description
Scénario by François: «... les
Plan:
- Implement a class for (m,n) Dyck paths, represented as integer partitions below the stair case
- Implement an adapter for the grid view widget; it will be roughly the same as for integer partitions, up to adapting the addable corners method
- Extend the view to highlight/delimit a region (here that in which the cells are confined)
- Extend the adapter API to specify that region
- Implement that API for Dyck paths
The first two and last items are purely business logic; this is a good candidate for training a researcher to write adapters, and assessing how easy (or not!) this is.