MCPcopy
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
7type Item interface {
8 Less(than Item) bool
9}
10
11type Heap struct {
12 sync.Mutex

Callers 1

LessMethod · 0.65

Implementers 2

Heapdata-structures/heap/heap.go
Itemdata-structures/priority-queue/priorit

Calls

no outgoing calls

Tested by

no test coverage detected