Add npq package.

This commit is contained in:
sam
2023-03-03 22:20:11 -08:00
parent f7474fb673
commit 9f8d0760f1
5 changed files with 493 additions and 9 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Package binheap implements a binary max-heap.
// Package binheap implements a non-concurrent binary max-heap.
//
// # Implementation
//