Write a function that takes "depth" as argument and return
sum of node's data of that depth.
For instance,
(0) depth 0
/ \
(10) (20) depth 1
/ \
(40) (50) depth2
If I pass get_sum_by_depth(2) ,
it would return 90 (i.e. 40 + 50 )
No Answer is Posted For this Question
Be the First to Post Answer
Describe which programming language does php parallel to?
How are php sessions stored?
Are php session secure?
How can we encrypt the username and password using PHP?
13 Answers Avaria, HCL, TCS, Xpert,
How can we make a constant in php?
Write a statement to show the joining of multiple comparisons in php?
Explain Constant in Class?
How to assigning a new character in a string using php?
What is the difference between explode and split?
I went to an php interview yesterday.I got selected there.But,They asked me to sign bond by submitting my certificates for 2 years.Is it good or bad
How can we know the number of days between two given dates using PHP?
8 Answers AZTEC, HCL, Navsoft,
How can I make a script that can be bilingual (supports english, german)?