Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If the input were {4, 5, 8, 3, 11, 21, 6} the result should be 21.
  • An empty array should throw an exception.
  • A single array should return the single item.
  • If several numbers are equal and highest, only one should be returned

Java sample code here

C# sample code here