...

/

Challenge 7: Find Second Maximum Value in a List

Challenge 7: Find Second Maximum Value in a List

Try to solve the Find Second Maximum Value in a List problem.

Statement

Given a list of integers, nums, find the second maximum value from the list.

Constraints:

  • 22 \leq ...