Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sysread/skewlia
A priority queue for Julia
https://github.com/sysread/skewlia
julia minheap priority-queue skew-heap
Last synced: 6 days ago
JSON representation
A priority queue for Julia
- Host: GitHub
- URL: https://github.com/sysread/skewlia
- Owner: sysread
- License: mit
- Created: 2020-10-12T19:50:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T19:27:10.000Z (almost 4 years ago)
- Last Synced: 2023-03-23T22:19:40.368Z (over 1 year ago)
- Topics: julia, minheap, priority-queue, skew-heap
- Language: Julia
- Homepage: https://sysread.github.io/Skewlia/dev/
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skewlia
![tests](https://github.com/sysread/Skewlia/workflows/Run%20tests/badge.svg)
Skewlia is a [skew heap](https://en.wikipedia.org/wiki/Skew_heap) for julia.
# Install
] add Skewlia
# Documentation
Documentation can be found [here](https://sysread.github.io/Skewlia/dev).