how can find the shortest way in beehives with a computer program?
i need a program that find the shortest way in a beehive that each cells has a special number(1: at the center and increased cycling around of it.)
(2..7 around 1 and in sencond round start from 8 (between2 & 7)
...
In principle you would need to define a matrix that reflects the hive. Each cell in the matrix would have the neigbouring cell numbers defined - so that by looking at a cell, you can immediately see the numbers of the 6 cells that ajoin it. That matrix
