Skip to content

Commit 373d5e7

Browse files
committed
#403, bugfix
1 parent 47ac2de commit 373d5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2 Sorting/2.5/2.5.33/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static void Main(string[] args)
5555
stopwatch.Restart();
5656
Heap.Sort(testCase);
5757
stopwatch.Stop();
58-
Console.WriteLine("Shell Sort: " + stopwatch.ElapsedMilliseconds + " ms");
58+
Console.WriteLine("Heap Sort: " + stopwatch.ElapsedMilliseconds + " ms");
5959

6060
n *= 10;
6161
}

0 commit comments

Comments
 (0)