aboutsummaryrefslogtreecommitdiff
path: root/priority_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix ppq_insert orderKirill Petrashin2026-04-161-4/+10
|
* Add a FIXMEKirill Petrashin2026-04-141-0/+1
|
* Clean up trailing whitespacesKirill Petrashin2026-04-101-1/+1
|
* Update TODOs and FIXMEsKirill Petrashin2026-03-301-3/+0
|
* Implement A*, finallyKirill Petrashin2026-03-291-1/+2
|
* Make ppq_insert() handle when pos is in ppq but new one has better priorityKirill Petrashin2026-03-291-1/+5
|
* Implement ppq_remove() (possibly buggy idk)Kirill Petrashin2026-03-291-0/+26
|
* Add a TODO entryKirill Petrashin2026-03-271-0/+3
|
* 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 ↵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