Third largest number in an array
Anonymous
Use 3 integer variables to store first, second, and third largest values (set them all to integer.min). Iterate once through the list and keep track of all three using conditions. Return third largest.
Check out your Company Bowl for anonymous work chats.