Biomedical Engineering > GATE 2025 > Logical Reasoning
Eight students (P, Q, R, S, T, U, V, and W) are playing musical chairs. The figure indicates their order of position at the start of the game. They play the game by moving forward in a circle in the clockwise direction.
After the 1st round, 4th student behind P leaves the game. After 2nd round, 5th student behind Q leaves the game. After 3rd round, 3rd student behind V leaves the game. After 4th round, 4th student behind U leaves the game. Who all are left in the game after the 4th round?
Note: The figure shown is representative.
A
P; T; Q; S
B
V; P; T; Q
C
W; R; Q;
D
Q; T; V; W

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science