Binary Tree Using PHP + MySQL

后端 未结 1 528
心在旅途
心在旅途 2021-02-15 10:36

I am implementing an MLM tree for a website using PHP (CodeIgniter) and MySQL. I need a binary tree implementation in the database. The followings things are to be considered: <

1条回答
  •  别跟我提以往
    2021-02-15 11:17

    This blog might help you with managing hierarchy data

    The one that sounds most familiar to your question is possibly Modified Preorder Tree Traversal

    0 讨论(0)
提交回复
热议问题