Which of the following has a desired key is searched, starting itself...
To Delete an item from a Queue identify the correct set of statements
An algorithm is made up of two independent time complexities f(n) and...
A queue has configuration a,b,c,d. To get configuration d,c,b,a. One...
Suppose you are given an array s[1...n] and a procedure reverse...
Given a binary search tree, which traversal type would print the...
The time factor when determining the efficiency of algorithm is...
Which of the following is a collection of items into which items can...
Which of the following pairs of traversals is not sufficient to build...
Given a sorted array of integers, what can be the minimum worst case...
Pick the correct statement(s) from the following set of statements.
...
To delete an item from an array which loop is correct, where p is the...
A________search begins the search with the element that is located in...
Which of the following is true about linked list implementation of...
Which of the following data structure may give overflow error,even...
When inorder traversing a tree resulted E A C K F H D B G; the...
Queues serve major role in
Backtracking algorithms determine problem's solutions by...
Let W(n) and A(n) denote respectively, worst and average case...
The average search time of hashing with linear probing will be less if...
Which of the following algorithms can be used to most efficiently...
Consider the function f defined below.
...
The minimum number of comparisons required to determine if an integer...
What is collision resolution with open addressing?
Consider a situation where swap operation is very costly. Which of the...
A priority queue is used to implement a stack S that stores characters...
In which of the following sorting algorithm, number of comparison...
What is the worst case time complexity for search, insert and delete...
A machine took 200 sec to sort 200 names, using bubble sort. In 800...
With the "wrap around" implementation of a queue, which of the...
A circularly linked list is used to represent a Queue. A single...
If the out degree of every node is exactly equal to M or 0 and the num...
A data structure is required for storing a set of integers such that...
For snake game, we can use the following algorithms
The concept of order Big O is important because
Suppose that we have a data file containing records of famous people,...
If h is any hashing function and is used to hash n keys into a table...
Let LASTPOST, LASTIN and LASTPRE denote the last vertex visited in a...
In delete operation of BST, we need inorder successor (or predecessor)...
6 files X1, X2, X3, X4, X5, X6 have 150, 250, 55, 85, 125, 175 number...