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 9d04bfd commit cb55dbbCopy full SHA for cb55dbb
benchmark/single-source/SortIntPyramids.swift
@@ -37,7 +37,7 @@ let pyramidTemplate: [Int] = (1...pH) + (1...pH).reversed()
37
// A^R - reversed array A, + - array concatenation operator,
38
// A indices are in range 1...A.length.
39
// define adjacent pyramid as A + A^R + A + A^R,
40
-// defne adjacent pyramid height as A[A.length].
+// define adjacent pyramid height as A[A.length].
41
42
43
// On 25% of following dataset stdlib sorting function will use heapSort.
0 commit comments