test: add priority queue test suite
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 29 Apr 2024 13:21:37 +0000 (15:21 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 29 Apr 2024 13:21:37 +0000 (15:21 +0200)
commitbd8b441c7140491657341a2971940ae7fc35222a
treec2a1e89a7b2e1a75b6889f56af60e884e54163bb
parent037b50226d0183f50232e1867d0f0b201c9e55fb
test: add priority queue test suite

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/circular-array.ts
src/index.ts
src/priority-queue.ts
tests/priority-queue.test.mjs [new file with mode: 0644]