Skip to content

Commit 8c4d3db

Browse files
📚 docs(README): Improve formatting.
1 parent c24896e commit 8c4d3db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec.test(
4343
[![Documentation](https://heap-data-structure.github.io/specification/badge.svg)](https://heap-data-structure.github.io/specification/source.html)
4444
[![Package size](https://img.shields.io/bundlephobia/minzip/@heap-data-structure/specification)](https://bundlephobia.com/result?p=@heap-data-structure/specification)
4545

46-
## Description
46+
## :newspaper: Description
4747

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

56-
## :scroll: Binary and binomial heap reference
56+
## :scroll: Reference
5757

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

0 commit comments

Comments
 (0)