Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

02 Sub Concept

❯

O(log n) Logarithmic

O(log n) Logarithmic

Feb 10, 20261 min read

  • computational-complexity
  • time-complexity
  • logarithmic

O(log n) Logarithmic

← Back to Common Classes

Logarithmic time complexity. The algorithm halves the problem size at each step. Examples include binary search, balanced BST operations, and binary exponentiation. Very efficient even for large inputs.

computational-complexity time-complexity logarithmic


Graph View

Backlinks

  • Common Classes

Created with Quartz v4.5.2 © 2026

  • GitHub