Computers

12th

grade

Image

Big-O Notation

1.9K
plays

26 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    Indicate constant time complexity in terms of Big-O notation

    O(n)

    O(1)

    O(log n)

    O (n^2)

  • 2. Multiple Choice
    30 seconds
    1 pt

    Indicate exponential time complexity in terms of big-O notation

    O (n)

    O (n^2)

    O (2^n)

    O (log n)

  • 3. Multiple Choice
    30 seconds
    1 pt

    Find the slowest time complexity

    O (n)

    O (n^2)

    O (n!)

    O (2^n)

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?