For the structure given in below data model, where each node is,
type Person {
firstName,
lastName,
Pointer to list of his children,
Pointer to next node
}
This data model neither looks like tree
nor graph
.
what is the name of this data model?