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 / hash define
12 binary trees
3 binary search trees
| Is This Answer Correct ? | 10 Yes | 44 No |
Post New Answer View All Answers
Tell me what should be done in the base case for this recursive problem?
Why is quicksort unstable?
How many passes are required in bubble sort?
Why do we need linked lists?
Devise a program to sort an array using bubble sort.
What are the major data structures used in the following areas : network data model & hierarchical data model?
What is bubble sort in data structure?
Define dynamic data structures?
When is a graph said to be weakly connected?
What is the difference between for and foreach loop?
What is difference between an Array and ArrayList?
Tell me why might quick sort might be better than merge sort?
Which data structures are used in bfs and dfs algorithm?
How to get a list of tables, views and columns in firebird database?
how to delete first node from singly linked list?