AP CSA

Big-O Complexity

BEGINNERLO: 10.B.10 views

DESCRIPTION

Interactive growth-rate comparison chart for O(1), O(log n), O(n), O(n log n), O(n²), and O(2ⁿ). Adjustable input size n with live curve updates. Toggle individual complexity classes on/off. Algorithm examples (array access, binary search, linear search, merge sort, bubble sort, selection sort) with code snippets. Linear and log scale views.

AP EXAM RELEVANCE
  • Big-O
  • time complexity
  • algorithm analysis
  • O(n)
  • O(log n)
  • AP CSA