Home >
Back-end > Could you tell me how to use queue for transitive closure function.
Could you tell me how to use queue for transitive closure function.
Sample: I have set A={A, b, c, d, e} on the binary relation R={(A, c), (A, e), (b, d), (c, d), (e, b)}, the relationship between transitive closure;