in reply to Re^5: perl array matrix
in thread perl array matrix
neighbour of my current position of "character or number"
example number 2 neighbour number = 1,3,5,6,7
number 7 neighbour number = 2,3,4,6,8,10,11,12
number 12 neighbour number = 7,8,11,3,16
and 16 inside the 12 neighbour's numbers so "2,7,12,16" consider related each others so should return "true".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: perl array matrix
by Laurent_R (Canon) on Apr 12, 2015 at 14:24 UTC | |
by perlhelp (Initiate) on Apr 13, 2015 at 01:40 UTC |