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 51a952e commit ab7106bCopy full SHA for ab7106b
src/SortingAlgorithms.jl
@@ -39,6 +39,7 @@ function sort!(v::AbstractVector, lo::Int, hi::Int, a::HeapSortAlg, o::Ordering)
39
v
40
end
41
42
+Base.:+(x::Int, y::Int) = Int(Int128(x) + Int128(y))
43
44
## Radix sort
45
0 commit comments