I have been doing a lot of research on my problem and can't seem to come up with a good solution.
the problem I have a list containing the following
a
a/b
a/b/c
a/b/c/d
a/b/f
a/1
a/2
t
t/1
I need to parse that into a class that can handle parent child hierarchy. Knowing that any level can have unlimited amount of children.
Any help would be appriciated.