aboutsummaryrefslogtreecommitdiff
path: root/priority_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Remove *prev from PositionPQKirill Petrashin2026-03-261-2/+0
* Remove an outdated FIXMEKirill Petrashin2026-03-261-2/+0
* Add ppq_insert() return codes + fix breadth_first_search_4dir()Kirill Petrashin2026-03-261-5/+5
* Fix memory leaksKirill Petrashin2026-03-261-0/+13
* Implement 8dir breadth-first-search and some other stuffKirill Petrashin2026-03-221-6/+11
* Add ability to choose maps via args + create more maps + don't insert element...Kirill Petrashin2026-03-221-1/+6
* 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