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: 2 months ago
JSON representation

A priority queue for Julia

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).