Saturday, May 3, 2008

Day 5 - The second tallest student

Problem - You are given an integer array of heights of students in a class. Write a function that returns the height of the 2nd tallest child in the class.

No comments: