👉 A multicordate is a type of graph that has a degree sequence where each node has exactly two children. This property is also known as a "multicyclic" graph, and it can be represented by a directed acyclic graph (DAG) with one cycle. For example, consider the following graph: ``` A \/ B -- C / \ A -- D ``` This graph has a degree sequence of {1, 2} for