Skip to content

Commit

Permalink
📚 docs(README): Improve formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 28, 2021
1 parent c24896e commit 8c4d3db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec.test(
[![Documentation](https://heap-data-structure.github.io/specification/badge.svg)](https://heap-data-structure.github.io/specification/source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@heap-data-structure/specification)](https://bundlephobia.com/result?p=@heap-data-structure/specification)

## Description
## :newspaper: Description

This package contains a specification test suite for heap implementations such
as
Expand All @@ -53,7 +53,7 @@ as
and
[@heap-data-structure/fibonacci-heap](https://github.com/heap-data-structure/fibonacci-heap).

## :scroll: Binary and binomial heap reference
## :scroll: Reference

- http://www.cs.princeton.edu/~wayne/cs423/lectures/heaps-4up.pdf
- http://stackoverflow.com/questions/6531543/efficient-implementation-of-binary-heaps
- [Binomial heap](https://www.cs.princeton.edu/~wayne/cs423/lectures/heaps-4up.pdf)
- [Binary heap](https://stackoverflow.com/questions/6531543/efficient-implementation-of-binary-heaps)

0 comments on commit 8c4d3db

Please sign in to comment.