#37 - Second largest element in the array (no duplicates)
You are given an array of integers that may contain duplicates. Your task is to implement a function to find the second largest element in the array.
Last updated
You are given an array of integers that may contain duplicates. Your task is to implement a function to find the second largest element in the array.
Last updated