Question
12 children and 18 men complete an artwork in 9 days.
Each child takes twice as long as a man to finish the artwork. How many days will it take for 18 men to complete the same artwork?Solution
From the question, Capacity of 2 children = Capacity of 1 man. Let 18 men take x days to complete the artwork. M βDβ = M2 D2 (12 children + 18 men) Γ 9 = 18 Γ x (6 men + 18 men) Γ 9 = 18 Γ x 24x9 =18x 24x9 = 18x x= 12 days
Which of the following data structures is best suited for implementing a priority queue?Β Β Β
Which of the following operations is most efficient in a singly linked list compared to an array?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
For a given array, there can be multiple ways to reach the end of the array using minimum number of jumps.
In terms of processor performance, which factor has the greatest impact on reducing instruction execution time for computationally heavy applications?Β ...
Which of the following sorting algorithms is NOT stable?Β
Appending value to list in python
What does 'IMPS' stand for?
Which of the following virtualization types allows multiple operating systems to run concurrently on a single physical machine, but does not require a h...
Purpose of Scope resolution operator