Simple programming problems, with simple solutions to guide you towards writing better programs. A lot of C++ tidbits come as a bonus.
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:
Post a Comment