I'm currently studying computer science, and we recently started doing graph theory.
My question: what is the name of the field of graph theory, where the existence of edges is determined by which edges have already been traversed, or by some other condition? For example:
Node 1 -Edge1-> Node 2 -Edge2-> Node 3,
You can only traverse Edge2 if edge 1 was traversed beforehand. This is a very simple example, but I'm interested in seeing where this has been applied on a larger scale.
Sorry if this is a very simple question!
Thanks!
Nikita