diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-08-24 14:44:34 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-08-24 14:44:34 +0100 |
| commit | 24996416c11942abe22b1e3c1dee29243fd55fd1 (patch) | |
| tree | b090eb27d9aabe9ff7e61cc3caf79ef6c778d3f0 /queue/pq.go | |
| parent | 4098a882ca0dfa1f785ecf5800cb1efcbcfe44a4 (diff) | |
benchmark of pq
Diffstat (limited to 'queue/pq.go')
| -rw-r--r-- | queue/pq.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queue/pq.go b/queue/pq.go index ecf54c8..5f2079a 100644 --- a/queue/pq.go +++ b/queue/pq.go @@ -6,4 +6,5 @@ type PQ interface { DeleteMax() int Empty() bool Size() int + Clear() } |
