Metadata
Technology & Computer Science Any Level Analyze Medium
Metadata
  • Subject

    Technology & Computer Science

  • Education level

    Any Level

  • Cognitive goals

    Analyze

  • Difficulty estimate

    Medium

  • Tags

    sorting, QuickSort, MergeSort, heapsort, insertion sort, complexity

  • Number of questions

    5

  • Created on

  • Generation source

  • License

    CC0 Public domain

  • Prompt

    Test learners' ability to analyze and compare time and space trade-offs among quicksort, mergesort, heapsort, and insertion sort. Cover average-case and worst-case time complexities, auxiliary space usage, stability, in-place vs out-of-place implementations, and practical performance across input patterns (random, nearly sorted, reversed) and sizes. Include complexity calculations, effects of pivot/heap choices and recursion depth, and short justification tasks asking students to select the most appropriate algorithm for given scenarios.
Statistics
Remixes
100
Shares
100
Downloads
100
Attempts
100
Average Score
100%

Mock data used for demo purposes.