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 7cee230 commit 8876876Copy full SHA for 8876876
source/code/projects/Sorting/Sorting/Program.cs
@@ -7,7 +7,6 @@ static void Main(string[] args)
7
{
8
Demo.Run(Sorting<int>.InsertionSort);
9
Demo.Run(Sorting<char>.InsertionSort);
10
-
11
Demo.Run(Sorting<int>.Heapsort);
12
Demo.Run(Sorting<char>.Heapsort);
13
0 commit comments