How to check the graph for the uniqueness property of the path?

Revision en3, by M0jo, 2020-11-23 23:42:34

Hi, everyone

Some directed graph is given. Check the graph for the uniqueness property of the path(for any two vertices v u, there is no more than one simple path with the beginning in u and the end in v). Simple path is a non-empty path whose vertices are all pairwise distinct.

Does anyone know a solution to this problem faster than running BFS from each vertex?

Tags #graph theory

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English M0jo 2020-11-23 23:42:34 74
en2 English M0jo 2020-11-23 22:44:12 0 (published)
en1 English M0jo 2020-11-23 22:41:47 378 Initial revision (saved to drafts)