Well, i have to mention , pyramid like algo , which is quite complicated using with other nodes and structures but a little question of main goal of mine
numbers to follow : 10.. from kind of array [ a b c ] [ d e f ] [ g h i ] [ end end end ] so output should be like: L1 - a , L2 - b , L3 - c ( each L goes through 'a' 'd' 'g' 'end' paths ) and 'b' 'e' 'h' 'end' as alternative or possible 'c' 'f' 'i' 'end' . L1 - d , L2 - e , L3 - f , L4 - a , L5 - b , L6 - c ( << so Loop with new L+numbers ) L1 - g , L2 - h , L3 - i , L4 - d, L5 - e , L6 - f , L7 - a , L8 - b , L9 - c , L10 - a( << again till L10) L1 - end, L2- end , L3 - end , L4 - g , L5 - g , L6 - i , L7- d , L8 - e , L9 - d, L10 - d (<< last L10 here) L4 -end , L5 -end , L6 -end , L7 -g , L8 -h , L9 -i , L10 -c ( here << L1 L2 L3 stopped, other continue till "end") L7 -end , L8 -end , L9 - end , L10 - g ( << almost done, since last L10 left from our "numbers") L10 - end -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/09086bd3-f202-480e-aadb-a5c5b5077bb4%40googlegroups.com.