0
How can we implement m way tree in the python through the array or List.
I want to create a program that create a m way tree.and when we pass the parent node it return all the child and grand child node
5 odpowiedzi
0
after creating that tree i want to write a function which return all the child node of the given parent node
+ 1
https://code.sololearn.com/cdh7V1GdGtpt/?ref=app
https://code.sololearn.com/cKnv2rOMmW5u/?ref=app
these are java but they maybe will help you 🤷♂️
the first one is simple the second one is complicated/advanced
+ 1
thanks my friend
0
what do you have problems with?
(like exactly)
do you have attemps?
do you have some thoughts?
0
My friend i want to create a m way tree which have no of nodes