in reply to Re: Graph labeling problem
in thread Graph labeling problem

> This sounds like the map colouring problem to me.

Good idea, but the OP seems to talk about complete graphs where every pair of vertices is connected.

For bigger N this is way beyond the planar graphs needed for the map coloring problem.

But following the links given leads to Edge coloring, which seems to be fit the problem's description.

and the Example section states:

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^3: Graph labeling problem
by baxy77bax (Deacon) on Feb 19, 2022 at 20:42 UTC
    Thnx! I did not know about that