| | Andrei Lopatenko's Blog (Site not responding. Last check: ) |
 | | Given a graph (V,E) determine a minimal graph (V, E*) such that there is a (directed) path from i to j in G iff there is a (directed) path from i to j in G*. |
 | | GRAPH ENCODABILITY Given directed graphs (V,A) and (V',A') is the an encoding of the first graph into the second one: a one to one function V->V', such tht for each edge \in A, there exists a dirfected path in A' This problem is solvable in PTIME for undirected graphs. |
 | | One of the branches of the algorithmic graph theory is a set of problems alike what is the minimum nuber of probes of the adjacency matrix of the graph is required in the worst case, in order to determine whether the graph posseses a given property P. Of course, the only nontrivial properties are considered. |
| andrei.lopatenko.com (5729 words) |