- Create create a uniform random random dyck path of 2n + 1 length
- Convert dyck path into a size n rooted plane tree with bijection (gluing the paths)
- Convert dyck path into binary tree with n internal nodes with left correspondance bijection.
- create non-crossing partitions from dyck path.
- optimize implementations
- Mathematica modeling.
- Tree structures to graph mode