Find the Median

  • + 1 comment

    find most people implemented it with sort(), which is O(n*logN)? nth_element would give O(N)