Answer the question
In order to leave comments, you need to log in
What is the name of such a graph and how to store it in the database?
Context: a graph for describing a business process.
Answer the question
In order to leave comments, you need to log in
directed graph.
in the database, the easiest way is to store in the form of an adjacency list the
id of the vertex from which the edge comes out - the id of the vertex to which the edge comes.
store any additional information about vertices in another table/tables (depending on the structure of this information)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question