Here I am attaching an image, which shows the tree, i want to travel in pre-order like
1,2,5,6,3,7,8,4,9,10,11.
Which kind of data structure i can use in php for this structure ?
Here I am attaching an image, which shows the tree, i want to travel in pre-order like
1,2,5,6,3,7,8,4,9,10,11.
Which kind of data structure i can use in php for this structure ?
Copyright © 2021 Jogjafile Inc.
data structure
simple associative array will do the job
PHP
result