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 7ae3ad0 commit 5bd759aCopy full SHA for 5bd759a
fn/immutable/heap.py
@@ -132,7 +132,8 @@ class PairingHeap(_MergeBased):
132
133
More information about performance bounds you can find here:
134
"The Pairing Heap: A New Form of Self-Adjusting Heap"
135
- [1] http://www.cs.cmu.edu/afs/cs.cmu.edu/user/sleator/www/papers/pairing-heaps.pdf
+ [1]
136
+http://www.cs.cmu.edu/afs/cs.cmu.edu/user/sleator/www/papers/pairing-heaps.pdf
137
138
More general information on Wikipedia:
139
[2] http://en.wikipedia.org/wiki/Pairing_heap
0 commit comments