Name: Anonymous 2007-02-08 21:02
Given a sequence such as x = [5, 9, 0, -14], I need to find the min and max without sorting the sequence or by using min() and max(). I've been instructed to use loop constructs, but I can't figure out how to do so. Help is greatly appreciated.