Metadata
Technology & Computer Science Grade 9-12 Analyze Medium
Metadata
  • Subject

    Technology & Computer Science

  • Education level

    Grade 9-12

  • Cognitive goals

    Analyze

  • Difficulty estimate

    Medium

  • Tags

    sorting, algorithms, complexity, stability, input-patterns

  • Number of questions

    5

  • Created on

  • Generation source

  • License

    CC0 Public domain

  • Prompt

    Test students' ability to analyze and compare bubble, insertion, merge, quick, and heap sorts by evaluating time complexity (best/average/worst), space usage (in-place vs extra memory), stability, adaptivity to nearly-sorted or small inputs, and input suitability (random, reversed, few unique keys, linked lists, external data). Expect tasks that require selecting the most appropriate algorithm for specific constraints, explaining trade-offs and constant-factor considerations, and justifying choices with complexity reasoning.
Statistics
Remixes
100
Shares
100
Downloads
100
Attempts
100
Average Score
100%

Mock data used for demo purposes.