From: Asger Alstrup Nielsen (alstrup_at_[hidden])
Date: 2002-01-11 16:40:38


I wrote:
> Consider this example graph:
>
> A -> B -> C

[...]

> ancestor(B, C) = 0 // !!!

It turns out I by mistake had constructed this graph:

   A
  / \
 B C

And the results are correct for this graph, so there is no problem.

Sorry for the noise, and thanks for the help!

Greets,

Asger Alstrup