notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Linearithmic.md (161B)


      1 # Linearithmic
      2 
      3 Ch 2
      4 
      5 **Definition:** Linearithmic time complexity (or linear log or just n log n) is a commonly used name to describe n log n time complexity.