Storing Binary Tree Data
-
Hi, I want to make a database for an mlm project (binary tree). I'm confused to choose data storing model. I've got two option "adjacency list model" and "Modified Preorder Tree Traversal". Which one is better for this kind of project ?:confused: My project may contain a large amount of records. Please suggest better model for my project.
Thanks & Regards
-
Hi, I want to make a database for an mlm project (binary tree). I'm confused to choose data storing model. I've got two option "adjacency list model" and "Modified Preorder Tree Traversal". Which one is better for this kind of project ?:confused: My project may contain a large amount of records. Please suggest better model for my project.
Thanks & Regards
I suspect you're over-thinking the problem.
-
I suspect you're over-thinking the problem.
-
Hi, I want to make a database for an mlm project (binary tree). I'm confused to choose data storing model. I've got two option "adjacency list model" and "Modified Preorder Tree Traversal". Which one is better for this kind of project ?:confused: My project may contain a large amount of records. Please suggest better model for my project.
Thanks & Regards
I have develop 3 binary tree related package. ( MLM and Microfinance). Just try to put Parent Id and thats enough to proceeds.. And if u have left right combination is there then put Position with varchar. which ontain Only R or L ( for left or Right.