"Performance based on the criteria of algorithm, which has to do with its storage requirement is _______.
"
"How many types of data types are there?
"
"Collection of field values of a given entity is called:
"
"The operation performed on data structure:
"
"f(n) ≤ c(g(n)) function represents which notation?
"
"Which type of linked lists comprises a node containing a pointer to predecessor as well as successor?
"
"How many operations are there in 1D array?
"
"Linear arrays are also called _____.
"
"The smallest element of an array’s index is called:
"
"The use of pointers to refer elements of a data structure in which elements are logically adjacent is:
"
"The complexity of linear search is:
"
"Partition procedure belongs to which sort?
"
"Heapify() procedure belongs to which sort?
"
"Which sort is a divide-conquer technique?
"
"Which method uses to search element in sorted list?
"
"A binary tree whose every node has either zero or two children in called:
"
"Which algorithm specifies the addition of edges to the Spanning Tree in an increasing order of cost?
"
"A Vertex comprising only incoming edges without any outgoing edges, specifically known as _________.
"
"Which amongst the following cannot be a balance factor of any node of an AVL tree?
"
"How many rotation operation are there in AVL tree?
"
"Deleting an item from the stack when stack is not empty is called _____ operation.
"
"Insertion takes place at _____ in queue.
"
"Condition of overflow in stack is:
"
"The concept where insertion and deletion takes place in one end is:
"
"How many types of queue are there?
"