问Max-Mn Sum JavaScript HackerRank挑战ENThe median of M numbers is defined as the middle number ...
same as mentioned in the post (link given in the first comment). However, it required some optimization to actually fit it into the TL (Like clearing the array of used digits inO(N)rather than inO(MaxA).). I wonder if there is a solution that doesn't depend on the values of numbers...