Leetcode 1491. Average Salary Excluding the Minimum and Maximum Salary
You are given an array of unique integers `salary` where `salary[i]` is the salary of the `ith` employee. Return the average salary of employees excluding the minimum and maximum salary. Answ...