Add Binary heap structure (#5084)
Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com>
This commit is contained in:
5
.changeset/fluffy-buses-jump.md
Normal file
5
.changeset/fluffy-buses-jump.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Comparator`: A library of comparator functions, useful for customizing the behavior of the Heap structure.
|
||||
5
.changeset/great-pianos-work.md
Normal file
5
.changeset/great-pianos-work.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'openzeppelin-solidity': minor
|
||||
---
|
||||
|
||||
`Heap`: A data structure that implements a heap-based priority queue.
|
||||
Reference in New Issue
Block a user