Skip to content

Commit

Permalink
Add pairing heaps paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklimmm committed Apr 23, 2024
1 parent 0bc1dbb commit ee3ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Package Version](https://img.shields.io/hexpm/v/priorityq)](https://hex.pm/packages/priorityq)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/priorityq/)

A priority queue implementation based on max pairing heaps. Written in pure Gleam.
A priority queue implementation based on max [pairing heaps](https://www.cs.cmu.edu/~sleator/papers/pairing-heaps.pdf). Written in pure Gleam.

## Installation

Expand Down

0 comments on commit ee3ea22

Please sign in to comment.