Posts by Talianderson Dias • 1 point
2 posts
-
0
votes1
answer54
viewsA: Join different arrays in tree form?
I was finally able to work out a solution for this algorithm. Suppose we have the following array: $itens = array( array('br','com','exemplo1'), array('br,'com','exemplo2')); $result =…
-
0
votes1
answer54
viewsQ: Join different arrays in tree form?
I have a situation where I’m not finding a solution. Suppose we have two arrays as follows: array('br', 'com', 'example1' ) and other array like this: array('br','com','example2') what I would like…