Question
Before servicing, a car runs at a speed of 22 km/hr
while after servicing, it runs at a speed of 44 km/h. After servicing the car covers a certain distance in 5 hours. How much time would the car have taken to cover the same distance when it was not serviced?Solution
After servicing, Distance covered by the car = 44 Ă— 5 = 220 km Required time taken = 220/22 = 10 hours
Which algorithm finds Minimum Spanning Tree in a weighted graph by adding edges in increasing order?
Which of the following algorithms uses a greedy approach?
Which algorithm uses a “divide and conquer” strategy?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following Big Data processing models is based on the concept of continuous data flow processing?       Â
...In intelligent systems, which of the following is a key characteristic of an expert system?
The time complexity of the best case for QuickSort is:
Which of the following is a fundamental challenge in Natural Language Processing (NLP)?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
Which traversal method in a binary search tree retrieves nodes in sorted order?