How to print nodes of a Binary tree?
Answer / nirmala nambikai mary
In java by using non recursive sub routine we can print
nodes of a binarytree using queue
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain what are final variable in java?
What are the four versions of java?
Are strings immutable in java?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
How big is a boolean?
how can i connect to database in a applet ?
How do I get the | symbol on my keyboard?
How do you check if an arraylist is not empty?
What is a classloader in java?
How to print nodes of a Binary tree?
When is the finally clause of a try-catch-finally statement executed?
Are generics important java?