MCPcopy
hub / github.com/arnauddri/algorithms / Less

Method Less

data-structures/heap/heap.go:8–8  ·  view source on GitHub ↗
(than Item)

Source from the content-addressed store, hash-verified

6
7type Item interface {
8 Less(than Item) bool
9}
10
11type Heap struct {

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