Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Find Median

Status
Not open for further replies.

JGSH

Programmer
Feb 23, 2003
6
US
Hi all,
Does anyone know a good algorithm(good runtime) to find the median of n values?

Thank you,
Jon

 
Put values in an array and sort them. The middle of the array is the median.

-pete


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top