How can I structure a given letter into a a tree structure: For example:
A(root) A01(child 1) A02 (child 2) A03 (child 3)
B B01 B02 B03