Thread Distanzmatrix erstellen (8 answers)
Opened by Perl-Beginner at 2011-10-24 17:32

Gast Perl-Beginner
 2011-10-24 18:07
#153509 #153509
Eigentlich kommt es aus Hash
Code (perl): (dl )
1
2
3
4
5
6
7
my %HoA = ( root=>['A', 'B'],
                        A=>['C', 'D'],
                        B=>['E', 'F'],
                        C=>['G', 'H'],
                        D=>['I'],
                        G=>['K'],
                        E=>['J']);

Last edited: 2011-10-24 18:10:08 +0200 (CEST)

View full thread Distanzmatrix erstellen