aboutsummaryrefslogtreecommitdiff
path: root/priority_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to choose maps via args + create more maps + don't insert ↵Kirill Petrashin2026-03-221-1/+6
| | | | elements into a PPQ if there's one with better priority
* Implement breadth-first-search + fix the priority queue + some other stuffKirill Petrashin2026-03-211-42/+38
|
* Implement ppq_popKirill Petrashin2026-03-211-2/+6
|
* Implement the priority queue (without ppq_reorganize)Kirill Petrashin2026-03-201-10/+58
|
* Add macros for errors and todos, outline priority_queue.cKirill Petrashin2026-03-191-1/+22
|
* Change comments to use /* asdf */ syntaxKirill Petrashin2026-03-161-1/+1
|
* Draft the priority queueKirill Petrashin2026-03-141-0/+5