Question
Home of ‘P’ is in which direction with
respect to home of ‘Q’? I. Home of M is to the south of home of P and to the east of home of R. II. Home of R is to the south of home of Q. Each of the questions below consists of a question and two statements numbered I and II given below it. You have to decide whether the data provided in the statements are sufficient to answer the question. Read the question and both the statements and give answerSolution
Since distance between Q and R and P and M is not known, Q can either be to the northwest, south west or to the west of P
Given the following code snippet, which operation is performed on the binary tree to produce the output: 4, 2, 5, 1, 3 ?
class Node {Â Â Â Â Â in...Max-Flow Min-Cut theorem states:
Which of the following techniques is most efficient for finding the kth smallest element in a Binary Search Tree (BST)?
Which of the following is a disadvantage of using arrays?
Which of the following allows dynamic memory allocation?
Which algorithm is used for shortest path in graphs?
Which of the following is the primary goal of a Cross-Site Scripting (XSS) attack?
Which of the following accurately describes the role of virtual memory in modern operating systems?
Which of the following is an example of Polymorphism in Object-Oriented Programming?
In a binary tree, what is the maximum number of children a node can have?