Edit
by sonariya - 6 years ago (2018-05-24)
I want tree like Binary Tree but customisable in that I want to
| I want tree like Binary Tree but customisable in that I want to add node at which ever level I want to add and fetch left child, right child and full tree etc.. |
Ask clarification
1 Recommendation
PHP Tree Structure Class: Manipulate hierarchies of trees with data values
This package can manipulate hierarchies of trees with data values.
It can create nodes of a balanced tree with left and right branches and perform other operations with those tree nodes like:
- Count the number of nodes in a tree
- Build a new tree from an existing root node
- Export the tree structure definition as a text string
- Etc.
| by zinsou A.A.E.Moïse package author 6835 - 6 years ago (2018-05-30) Comment
check this.it's tailor-made. |