computer science folx! i have a question about a name for a class of data structures!
is there a name for data structures where if you have a pointer to one node, you can access any other node?
for instance, binary trees with child points *and* parent pointers