Swapnil Nandane

Swapnil Nandane

  • NA
  • 121
  • 15.9k

Create hierarchical tree by index

Dec 21 2016 3:00 AM
Hello Friends
 
I want to create tree structure like following structure using C#
 
1
   -  2
      - 3
      - 3
         - 4
   -  2
      - 3
 
1
   - 2
      - 3
      - 3
         - 4
   - 2
      - 3
 
 
 thanks in advanced

Answers (4)