목록leetcode (10)
Partially Committed
[LEETCODE] 1491. Average Salary Excluding the Minimum and Maximum Salary
TITLE : 1491.Average Salary Excluding the Minimum and Maximum Salary Description : You are given an array ofuniqueintegerssalarywheresalary[i]is the salary of theithemployee. Return the average salary of employees excluding the minimum and maximum salary. Answers within 10-5 of the actual answer will be accepted. 3
🔥 Algorithm || 문제풀이/PS
2022. 10. 9. 15:36