package pqueue import "474420502.top/eson/structure/avl" type PriorityQueue struct { datas *avl.Tree }