structure/priority_queue/priority_queue.go

5 lines
46 B
Go
Raw Normal View History

2019-03-12 10:54:52 +08:00
package pqueue
type PriorityQueue struct {
}