>
Data Science and Artificial Intelligence
List of top Data Science and Artificial Intelligence Questions on Algorithm
Consider the following algorithm:
What will be the output (O/P) of this algorithm?
GATE DA - 2025
GATE DA
Data Science and Artificial Intelligence
Algorithm
Consider the following graph with heuristic values:
Which of the following represents the correct order of node expansion using the A* search algorithm?
GATE DA - 2025
GATE DA
Data Science and Artificial Intelligence
Algorithm
Which of the following data structures supports binary search in \( O(\log n) \) time complexity?
GATE DA - 2025
GATE DA
Data Science and Artificial Intelligence
Algorithm
When does the worst case of binary search occur?
GATE DA - 2025
GATE DA
Data Science and Artificial Intelligence
Algorithm
Suppose that insertion sort is applied to the array \([1,2,3,5,7,9,11,x,15,13]\) and it takes exactly 2 swaps to sort the array. Select all possible values of \( x \).
GATE DA - 2025
GATE DA
Data Science and Artificial Intelligence
Algorithm