B4J Question Any other examples of tree structures

jmon

Well-Known Member
Licensed User
Longtime User
what kind of tree structure? is it a treeview, json, xml...? I don't think there is a universal library that would browse through any kind of tree.
 
Last edited:
Upvote 0

B4JExplorer

Active Member
Licensed User
Longtime User
what kind of tree structure? is it a treeview, json, xml...? I don't think there is a universal library that would browse through any kind of tree.

Just trying to build a binary tree. But actually, I found out last night, that it might not have a single parent node at the top.

Gotta re-think this, thanks anyway.
 
Upvote 0
Top