summaryrefslogtreecommitdiffstats
path: root/prio-queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* prio-queue: fix type of `insertion_ctr`Patrick Steinhardt2024-12-271-2/+2
* prio-queue: use size_t rather than int for sizeJeff King2024-12-201-1/+1
* *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-5/+5
* prio-queue: add 'peek' operationDerrick Stolee2018-11-021-0/+6
* prio-queue: make output stable with respect to insertionJeff King2014-07-151-1/+7
* sort-in-topological-order: use prio-queueJunio C Hamano2013-06-121-0/+3
* prio-queue: priority queue of pointers to structsJunio C Hamano2013-06-121-0/+45