employer cover photo
employer logo
employer logo

Hughes Network Systems

Part of EchoStar

Engaged employer

Hughes Network Systems interview question

Find a median of a unsorted array?Write in Python.

Interview Answer

Anonymous

Apr 9, 2015

First sort the array using merge sort and then check the length of the array. If even , then mid element is the median or else find the average of the mid elements.