O(n log n)

Term side of the Card
Topic: Complexity Analysis
Unit title: O(n log n)
Categories: Concept
Explanation side of the Card

Explanation: The complexity class where execution time grows in proportion to n times log n. Typical in efficient sorting algorithms like Merge Sort and Heap Sort.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub