diff --git a/algorithms/06-heap-priority-queue/fibonacci.md b/algorithms/06-heap-priority-queue/fibonacci.md new file mode 100644 index 0000000..bdffd9b --- /dev/null +++ b/algorithms/06-heap-priority-queue/fibonacci.md @@ -0,0 +1,9 @@ +--- +title: Fibonacci heap +description: | + How to have easily mergable heaps with good amortized time complexity. +tags: + - heaps + - fibonacci + - amortized time complexity +---