Software Engineering KB

Home

❯

01 Foundations

❯

02 Computational Complexity

❯

02 Sub Concept

❯

O(n log n) Linearithmic

O(n log n) Linearithmic

Feb 10, 20261 min read

  • computational-complexity
  • time-complexity
  • linearithmic

O(n log n) Linearithmic

← Back to Common Classes

Linearithmic time complexity. Characteristic of efficient comparison-based sorting algorithms (merge sort, heapsort) and divide-and-conquer algorithms. The theoretical lower bound for comparison-based sorting.

computational-complexity time-complexity linearithmic


Graph View

Backlinks

  • Common Classes

Created with Quartz v4.5.2 © 2026

  • GitHub