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 / swapna
18 Binary trees and 3 Binary serach trees.
| Is This Answer Correct ? | 35 Yes | 99 No |
Post New Answer View All Answers
What are the applications of graph data structure?
Define a linear and non linear data structure.
Should I use hashmap or hashtable?
Does hashmap allow duplicate keys?
Who invented data structure?
How will you represent a linked list in a graphical view?
You want to insert a new item in a binary search tree. How would you do it?
Have you ever used HashTable and Directory?
Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A
Which data structure is used in arraylist?
What is the complexity of bubble sort?
Write the algorithm for converting infix expression to postfix expression?
What is the space complexity of quicksort?
What is the difference between an array and vector?
How can you represent a linked list node?