/ThirdMaximumNumberSwift

Given an integer array nums, return the third distinct maximum number in this array. If the third maximum does not exist, return the maximum number.

Watchers