Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prio-queue: fix type of `insertion_ctr` | Patrick Steinhardt | 2024-12-27 | 1 | -2/+2 |
* | prio-queue: use size_t rather than int for size | Jeff King | 2024-12-20 | 1 | -1/+1 |
* | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -5/+5 |
* | prio-queue: add 'peek' operation | Derrick Stolee | 2018-11-02 | 1 | -0/+6 |
* | prio-queue: make output stable with respect to insertion | Jeff King | 2014-07-15 | 1 | -1/+7 |
* | sort-in-topological-order: use prio-queue | Junio C Hamano | 2013-06-12 | 1 | -0/+3 |
* | prio-queue: priority queue of pointers to structs | Junio C Hamano | 2013-06-12 | 1 | -0/+45 |