diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-24 17:25:35 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-24 17:25:35 +0100 |
| commit | c8f7879655125bcbf18f41897cf3f7e7385693aa (patch) | |
| tree | 9678045cd73cbcd02d9cc95e7969d580a76b3ef9 /queue/pq.go | |
| parent | b6329c9c286b09d2f974fd134cbe3029b1e4e11f (diff) | |
refactor
Diffstat (limited to 'queue/pq.go')
| -rw-r--r-- | queue/pq.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/queue/pq.go b/queue/pq.go deleted file mode 100644 index 5f2079a..0000000 --- a/queue/pq.go +++ /dev/null @@ -1,10 +0,0 @@ -package queue - -type PQ interface { - Insert(a int) - Max() (max int) - DeleteMax() int - Empty() bool - Size() int - Clear() -} |
