I need to define an element from linkedList in a object:
A
/ \
X Y
How could I name the entire object and its components in English?
à la: Hand-Body-Leg object named Body. or maybe somthing like queue kernel hand treeObject?
Ok, let’s show you the example of a railway:
NodeStation => Station => Station =>
Station => NodeStation => Station =>
Station => NodeStation => …
I need to have an object (NodeStationAndNeighbourdStations) with following 3 elements: NodeStation, LeftNeighbor, RightNeighbor in a more general manner.
Finally, the taken solution was