Skip to content

Commit 1f5e103

Browse files
author
Nikola Yurukov
committed
[Dev] Add Fibonacci heap to datastructures.go
1 parent d7abe26 commit 1f5e103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datastructures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
_ "github.com/Workiva/go-datastructures/bitarray"
1717
_ "github.com/Workiva/go-datastructures/btree/palm"
1818
_ "github.com/Workiva/go-datastructures/btree/plus"
19+
_ "github.com/Workiva/go-datastructures/fibheap"
1920
_ "github.com/Workiva/go-datastructures/futures"
2021
_ "github.com/Workiva/go-datastructures/hashmap/fastinteger"
2122
_ "github.com/Workiva/go-datastructures/numerics/optimization"

0 commit comments

Comments
 (0)