Question
Select the option in which the given figure is embedded
(rotation is NOT allowed).Solution
The correct answer is A
Which algorithm finds the longest common subsequence (LCS) of two sequences?
In a Data Analytics pipeline, which of the following is an advantage of using Dimensional Modelling?
Which of the following algorithms is most appropriate for a sorting task that requires minimal auxiliary space?
The recurrence relation T(n) = 2T(n/2) + O(n) corresponds to which algorithm’s time complexity?
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In Database Management Systems, what is the primary purpose of normalization?
The time complexity of searching in a hash table with chaining is:
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
In dynamic programming, which principle ensures correctness by solving overlapping subproblems and storing results?
The amortized time for inserting into a dynamic array (like C++ vector) is: