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 / kalai
If the element is a root node ,in a 1st search it will find
the element. If the element is either a lchild or rchild it
make 2 searches.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
How can you represent a linked list node?
What is an ordered list?
Does arraylist maintain insertion order?
Define heap?
What is an acyclic graph?
Which language is best for learning data structures and algorithms?
State the properties of b tree.
Define the term “percolate down”?
What is array in data structure with example?
How can you insert a node to the beginning of a singly linked list?
What does it mean to sort an array?
How many types of searching are there in data structure?
What is return map?
How to fill element (initialize at once) in an array?
Can a tree be empty?