1. >Data Science and Artificial Intelligence
Found 3  QuestionsSET DEFAULT
Selected Filters
    Data Science and Artificial Intelligen... Algorithm design techniques
Exams
Subjects
Topics

List of top Data Science and Artificial Intelligence Questions on Algorithm design techniques

Let x and y be two propositions. Which of the following statements is a tautology /are tautologies ?
  • GATE AR - 2024
  • GATE AR
  • Data Science and Artificial Intelligence
  • Algorithm design techniques
Consider sorting the following array of integers in ascending order using an in-place Quicksort algorithm that uses the last element as the pivot.
60708090100

The minimum number of swaps performed during this Quicksort is ________.

  • GATE AR - 2024
  • GATE AR
  • Data Science and Artificial Intelligence
  • Algorithm design techniques
Euclidean distance based k-means clustering algorithm was run on a dataset of 100 points with k = 3. If the points \(\begin{bmatrix} 1 \\ 1 \end{bmatrix}\) and \(\begin{bmatrix} -1 \\ 1 \end{bmatrix}\) are both part of cluster 3, then which ONE of the following points is necessarily also part of cluster 3 ?
  • GATE AR - 2024
  • GATE AR
  • Data Science and Artificial Intelligence
  • Algorithm design techniques