Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arnauddri/algorithms
/ Item
Interface
Item
data-structures/heap/heap.go:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
Item
interface
{
8
Less(than Item) bool
9
}
10
11
type
Heap
struct
{
12
sync.Mutex
Callers
1
Less
Method · 0.65
Implementers
2
Heap
data-structures/heap/heap.go
Item
data-structures/priority-queue/priorit
Calls
no outgoing calls
Tested by
no test coverage detected