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 |
What is the best way to findout the time/memory consuming process?
How can an exception be thrown manually by a programmer?
what are different ways in which a thread can enter the waiting state? : Java thread
What is java literals?
How would you dynamically allocate memory to an array?
What is a substring of a string?
what is the replacement method of stop() of thread
What are the steps involved to write rmi based programs?
Is arraylist sorted in java?
What is “try and catch” in java
What is a key in java?
Can a class be subclass of itself?