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 / bittu sarkar
30 binary trees
14 binary search trees
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Why are b trees used?
How to compare Two Arrays?
How would you implement two stacks using a single array?
What are the five examples of data?
You are given a singly linked list. How would you find out if it contains a loop or not without using temporary space?
Mention a few applications of linked lists?
How can you insert a node to the beginning of a singly linked list?
What is space complexity of a program?
What is binary tree and its types?
What are the operations that can be performed on a stack?
What is a hashmap in c?
Does hashmap allow null keys?
What is sequential sorting?
How do you represent a linked list?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?