Skip to content

Commit

Permalink
📚 docs(README): Sprinkle some emojis.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 15, 2021
1 parent 61e34f8 commit 66a9ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
:shell: [@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
==

Fibonacci heap data structure for JavaScript.
Expand Down Expand Up @@ -27,7 +27,7 @@ let heap = new FibonacciHeap( compare.increasing ) ;
[![Documentation](https://aureooms.github.io/js-fibonacci-heap/badge.svg)](https://aureooms.github.io/js-fibonacci-heap/source.html)


## References
## :scroll: References

- [Wikipedia Article on Fibonacci Heaps](https://en.wikipedia.org/wiki/Fibonacci_heap)
- [Introduction to Algorithms Chapter 19](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)

0 comments on commit 66a9ed5

Please sign in to comment.