Skip to content

Commit

Permalink
heap package comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 26, 2024
1 parent e14b85b commit 9cf9fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heap/heap.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Package heap implements a min-heap that keeps track of the top-K items in a sketch.
package heap

import (
Expand Down

0 comments on commit 9cf9fe3

Please sign in to comment.