Add npq package.

This commit is contained in:
2023-03-03 21:18:31 -08:00
parent f7474fb673
commit 9f8d0760f1
5 changed files with 493 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
// Package binheap implements a binary max-heap.
// Package binheap implements a non-concurrent binary max-heap.
//
// # Implementation
//