From 24996416c11942abe22b1e3c1dee29243fd55fd1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Aug 2020 14:44:34 +0100 Subject: benchmark of pq --- queue/pq.go | 1 + 1 file changed, 1 insertion(+) (limited to 'queue/pq.go') 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() } -- cgit v1.2.3