Given a simple polygon P of n vertices, we present an algorithm that finds the pair of points on the boundary of P that maximize the externat shortest path between them. This path is defined as the externat geodesic diameter of P. The algorithm takes O(n 2 ) time and requires D(n) space. Surprisingly, this problem is quite different from that of computing the internai geodeslc diameter of P. WhiIe the internai diameter le; determined by a pair of verticls of P, this is not the case for the external diameter.Finally, we show how this algo~ithm can be extended to solve the ail external geodesicfurthest neighbours problem.--
R~suméCe travail présente un a1gorithme qui trouve une paire de points sur la frontière d'un polygone simple P de n coins, qui maximise le trajectoire externe le plus court entre les deux points. Ce trajectoire est définit par le diamètre géodésique externe de P. L'algorithrrle prend un temps O(n 2 ) et requiert un champ O(n). Fait surprennant, ce ploblème n'est pas semblable au prlJblème de calculer le diamètre géodésique interne. Bien que le diamètre interne est delerminé par une paire de coins de P, ce n'est pas le cas pour le diamètre externe. En fin, ce travail demontre comment cet algorithme peut être étendu pour résoudre le problème de tous les voisins à la plus grande distance géodésique externe.