What is the maximum total number of nodes in a tree that has N levels? Note that the root is level (zero)
18 51598How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?
Accenture, Amazon, College School Exams Tests, iGate, Microsoft, TCS, Wipro,
28 77160A list is ordered from smaller to largest when a sort is called. Which sort would take the longest time to execute?
12 31497A list is ordered from smaller to largest when a sort is called. Which sort would take the shortest time to execute?
17 33774When will you sort an array of pointers to list elements, rather than sorting the elements themselves?
5 22758The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there, if the elements are completely unordered?
11 35161What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?
19 66240In which data structure, elements can be added or removed at either end, but not in the middle?
42 104581Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.
22 46131Post New Data Structures Questions
Explain binary searching, Fibonacci search.
What is example of data?
What is a multiset table?
Which sorting algorithm is used in collections sort?
Describe the level term in a tree.
What is meant by hashing?
How can avl tree be useful in all the operations as compared to binary search tree?
What is the need for path compression?
Why set will not allow duplicates?
Can a binary tree be empty?
What are the different types of data structures?
What is data type and its types?
How to excel in data structures and algorithms?
What is data structure and its types?
Does linkedhashset allow duplicates?