...1.1
......1.1.1
...1.2
......1.2.1
2.
...2.1
......2.1.1
...2.2
......2.2.1
3.
...3.1
......3.1.1
...3.2
......3.2.1
my quick solution returns the above..
Code:
Dim Levels As Int32 = 3 Dim c1 As Int32 = 1 Dim c2 As Int32 = 2 For loopy As Int32 = 1 To Levels Dim RootNode As
Leave a comment: