Question
Which of the following is not covered under goods as per
Consumer Protection Act 2019?Solution
S. 2. (21) "goods " means every kind of movable property and includes "food" as defined in clause (j) of sub-section (1) of section 3 of the Food Safety and Standards Act, 2006.
Which component of a network ensures that data is delivered to the correct host in a multi-host environment?
Which sorting algorithm has an average-case time complexity of O(n log n) and is known for its efficiency, often using a divide-and-conquer approach?
Which algorithm finds the shortest paths between all pairs of vertices in a weighted graph?
The Master Theorem gives time complexity for recurrences of the form:
The time complexity of searching in a hash table with chaining is:
In a Min-Heap, the root node is:
Which data structure is used in BFS (Breadth-First Search)?
Which of the following is a primary challenge associated with Cloud Security?
Which algorithm guarantees the shortest path in a graph with negative weights but no negative cycles?
The recurrence relation T(n) = 2T(n/2) + O(n) corresponds to which algorithm’s time complexity?