This is me showing that I didn't get a CS degree. What I'm wondering is what the heck you call this:
- every node has a id (unique) and a parentId
- the node at the top of the tree has no parentId
- a parent node can have 0...n child nodes, or maybe it's more correct to say that a parent node id can appear in 0..n nodes
Seems simple right? But it's not a b-tree as far as I can tell, since it's not balanced. Is it an unbalanced tree? Couldn't find an entry in wikipedia for that so I assume that the term doesn't exist.
Edit: I was really stuck on this thing not being a b-tree, so I thought there would be a term for trees that are not balanced. And there is: tree.