structure/priority_queue/priority_queue.go

5 lines
46 B
Go
Raw Normal View History

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