codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
338 stars 339 forks source link

Added Average Salary Solution for 1491 #564

Closed ladyinblack closed 1 year ago

ladyinblack commented 1 year ago

New C# solution for Average Salary Excluding the Minimum and Maximum Salary. All test cases passed. Runtime: 126ms Memory Usage: 37.2 MB