I would like to know of a fast algorithm to determine if a directed or undirected graph is a tree.
This post seems to deal with it, but it is not very clear; accordi
An undirected graph is a tree when the following two conditions are true:
A directed graph is a tree when the following three conditions are true: