I am a beginner and am learning about O notation and runtime.
I am unsure of what an O(n^2 log n) algorithm would look like. I am working on a merge sort algorithm, w