How many different binary trees and binary search trees can
be made from three nodes that contain the key values 1, 2 & 3?
Answer Posted / tarun
2n c n/(n+1)
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Write the c program to insert a node in circular singly list at the beginning.
How do you sort in ascending order in arraylist?
Does mentioning the array name gives the base address in all the contexts?
What is binary tree in computer science?
We know that Arrays are objects so why cannot we write strArray.length()?
Why do we use different types of data structures?
Write a Program for Reverse a linked list.
Define circular list?
What is the advantage of the heap over a stack?
Explain pre-order and in-order tree traversal.
What are different types of sorting techniques?
Which is the parent class of enumset class?
How do you do a mergesort?
Where is binary tree used?
What is the use of space complexity and time complexity?