We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ac2de commit 373d5e7Copy full SHA for 373d5e7
2 Sorting/2.5/2.5.33/Program.cs
@@ -55,7 +55,7 @@ static void Main(string[] args)
55
stopwatch.Restart();
56
Heap.Sort(testCase);
57
stopwatch.Stop();
58
- Console.WriteLine("Shell Sort: " + stopwatch.ElapsedMilliseconds + " ms");
+ Console.WriteLine("Heap Sort: " + stopwatch.ElapsedMilliseconds + " ms");
59
60
n *= 10;
61
}
0 commit comments