mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
Update prque.go
This commit is contained in:
parent
af8b972d5e
commit
4a783ffcd9
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ import (
|
||||||
"container/heap"
|
"container/heap"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Prque priority queue data structure.
|
// Prque is a priority queue data structure.
|
||||||
type Prque[P cmp.Ordered, V any] struct {
|
type Prque[P cmp.Ordered, V any] struct {
|
||||||
cont *sstack[P, V]
|
cont *sstack[P, V]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue