Question
R eats which of the following
food? Directions (Q.116-120): Study the following information carefully and answer the following questions given below: Ten persons P, Q, R, S, T, U, V, W, X and Y like different deodorants, viz. Engage, Nike, Adidas, Axe and Dove, Wattagirl, Rexona, Avon, Fa and Layer shot. All of them eat a different fast foods, viz. Pizza, Momos, Macroni, Dosa, Sambhar, Paneer, Tikki, Sandwich, Dokhla and Burger but not necessarily in the same order. (i) The one who likes Layer shot eats Burger. (ii) X does not like Nike or Layer shot. (iii) S likes Axe and eats Momos. (iv) U eats Dosa and likes Wattagirl. (v) W eats Sandwich. (vi) The one who eats Pizza likes Adidas. (vii) P eats Paneer and X eats Dokhla. (viii) V likes Rexona. (ix) Neither P nor Q likes Fa. (x) P does not like Engage. (xi) R likes Adidas and W likes Avon. (xii) T likes Dove and eats Macroni. (xiii) Q eats Sambhar.Solution
\
Which tree traversal gives nodes in non-decreasing order for a BST?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
In a binary tree, what is the maximum number of children a node can have?
Which sorting algorithm has O(n log n) average case?
Which of the following data structures is best suited for implementing a "undo" mechanism in a text editor?
Which of the following best describes Abstraction in Object-Oriented Programming (OOP)?
What does Big O notation primarily describe?
A stack follows which principle for data access?
Which data structure uses LIFO (Last In, First Out) principle?
What is the difference between 'BFS' (Breadth-First Search) and 'DFS' (Depth-First Search) in graph traversal?