https://github.com/iamed2/wikisort.jl
An implementation of the WikiSort algorithm in Julia
https://github.com/iamed2/wikisort.jl
Last synced: 3 months ago
JSON representation
An implementation of the WikiSort algorithm in Julia
- Host: GitHub
- URL: https://github.com/iamed2/wikisort.jl
- Owner: iamed2
- License: other
- Created: 2016-01-24T19:22:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T20:00:08.000Z (over 9 years ago)
- Last Synced: 2025-01-12T10:46:13.484Z (4 months ago)
- Language: Julia
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WikiSort
[](https://travis-ci.org/iamed2/WikiSort.jl)
[](https://ci.appveyor.com/project/iamed2/wikisort-jl)
[](https://codecov.io/github/iamed2/WikiSort.jl?branch=master)An implementation of [block merge sort](https://en.wikipedia.org/wiki/Block_sort) as described by [Mike McFadden](https://github.com/BonzaiThePenguin/WikiSort).