private void PrintMedian(SlidingWindow window)
 {
     Console.Out.WriteLine(window.WindowToString() + " " + window.GetMedian());
 }