Third-largest-element-array

Given an array of n integers, find the third largest element. All the elements in the array are distinct integers.

// repository documentation