Skip to content

Commit 8a63108

Browse files
committed
Add PagedMergeSort
Adds the PagedMergeSort algorithm, a merge sort with O(sqrt n) auxiliary space usage.
1 parent 051aad6 commit 8a63108

File tree

3 files changed

+438
-4
lines changed

3 files changed

+438
-4
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.1.0"
44

55
[deps]
66
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
7+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
78

89
[compat]
910
julia = "1"

0 commit comments

Comments
 (0)