- 12 Mar, 2014 1 commit
-
-
If the pqueue comparison fn returned just 0 or 1 (think "a<b") then the sort order of returned items could be wrong because there was a "< 0" that really needed to be "<= 0". Yikes!!!
Russell Belfer committed
-
- 04 Feb, 2014 1 commit
-
-
I forgot that I wrote some tests for the new priority queue code.
Russell Belfer committed
-