Median Breach

The director is still skeptical of your skills, so he keeps giving you questions. Prove your skills!
Explanation
Input is denoted by:
  • L: An array containing integers

Your task is to find the median in the array.

Example Case

Input: L = [10,9,8,10,10,582,521,981,75,37,58], Output: 37

Case 1-3

The inputs are too long, access all of them here

Submit Here