This commit is contained in:
2019-03-17 01:41:07 +08:00
parent d708418f75
commit 07cacef0b5
5 changed files with 52 additions and 44 deletions

View File

@@ -1,4 +1,7 @@
package pqueue
import "474420502.top/eson/structure/avl"
type PriorityQueue struct {
datas *avl.Tree
}