Skip to content

Commit

Permalink
Update src/SortingAlgorithms.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Lilith Orion Hafner <[email protected]>
  • Loading branch information
nlw0 and LilithHafner authored Oct 9, 2022
1 parent dbc0e03 commit 3da6412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SortingAlgorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Characteristics:
- *`n log n` average runtime* measured for random inputs of length up to 100 million, but theoretical runtime of `Θ(n^2)` for extremely long inputs.
## References
- Dobosiewicz, Wlodzimierz, (1980). "An efficient variation of bubble sort", Information Processing Letters, 11(1), pp. 5-6, https://doi.org/10.1016/0020-0190(80)90022-8.
- Werneck, N. L., (2020). "ChipSort: a SIMD and cache-aware sorting module. JuliaCon Proceedings, 1(1), 12, https://doi.org/10.21105/jcon.00012
- H. Inoue, T. Moriyama, H. Komatsu and T. Nakatani, "AA-Sort: A New Parallel Sorting Algorithm for Multi-Core SIMD Processors," 16th International Conference on Parallel Architecture and Compilation Techniques (PACT 2007), 2007, pp. 189-198, doi: 10.1109/PACT.2007.4336211.
"""
Expand Down

0 comments on commit 3da6412

Please sign in to comment.