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 5d2c29a commit ce7d715Copy full SHA for ce7d715
1 Fundamental/1.4/1.4.8/Program.cs
@@ -56,7 +56,7 @@ static int CountEqual(int[] a)
56
}
57
58
/// <summary>
59
- /// 利用二分查找进行优化的查找相等整数对算法。
+ /// 利用 Array.Sort 进行优化的查找相等整数对算法。
60
/// </summary>
61
/// <param name="a">需要查找的数组。</param>
62
/// <returns></returns>
0 commit comments