Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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