Represents a node with a key and associated data. Useful for data structures like trees or graphs.
The data associated with the node.
The unique identifier for the node.
Represents a node with a key and associated data. Useful for data structures like trees or graphs.