mourner / tinyqueue

The smallest and simplest priority queue in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

after pop the order change in queue

liu-xinhui opened this issue · comments

before the floor is,9 10 11.
after pop ,the order become 11 10.
its error,current is 10 11