Define forest?
No Answer is Posted For this Question
Be the First to Post Answer
What is a subtree?
What does arrays tostring do?
What is the difference between Array and Array List ? Explain in brief with example.
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
What is mergesort and hashtable?
Is arraylist synchronized?
Does treemap allow null keys?
Is pointer a variable?
Q#1: An algorithm is made up of 2 modules M1 and M2.If order of M1 is F(n) and order of M2 is g (n) then what is the order of the algorithm. Q # 2 : How many binary trees are possible with 3 nodes? with 4 nodes?
In tree construction which is the suitable efficient data structure? (a) Array (b) Linked list (c) Stack (d) Queue (e) none
Give a basic algorithm for searching a binary search tree?
What is the use of placement new?