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

    algorithms, sorting, searching, time complexity, space complexity

  • Number of questions

    5

  • Created on

  • Generation source

  • License

    CC0 Public domain

  • Prompt

    Test students' ability to analyze and compare time (best/average/worst-case) and space complexity of common sorting and searching algorithms — bubble, insertion, merge, quick, heap, and binary search. Scope includes Big O/Θ/Ω notation, behavior on different input distributions (random, nearly-sorted, reverse-sorted), stability and in-place considerations, recursive vs iterative trade-offs, and selecting the most appropriate algorithm for constraints such as input size, memory limits, and stability requirements; tasks require short complexity calculations and justified algorithm choices.
Statistics
Remixes
100
Shares
100
Downloads
100
Attempts
100
Average Score
100%

Mock data used for demo purposes.