We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e34f8 commit 66a9ed5Copy full SHA for 66a9ed5
README.md
@@ -1,4 +1,4 @@
1
-[@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
+:shell: [@aureooms/js-fibonacci-heap](https://aureooms.github.io/js-fibonacci-heap)
2
==
3
4
Fibonacci heap data structure for JavaScript.
@@ -27,7 +27,7 @@ let heap = new FibonacciHeap( compare.increasing ) ;
27
[](https://aureooms.github.io/js-fibonacci-heap/source.html)
28
29
30
-## References
+## :scroll: References
31
32
- [Uncyclopedia Article on Fibonacci Heaps](https://en.wikipedia.org/wiki/Fibonacci_heap)
33
- [Introduction to Algorithms Chapter 19](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)
0 commit comments