aboutsummaryrefslogtreecommitdiff
path: root/stack.c
Commit message (Expand)AuthorAgeFilesLines
* Make the stack dynamicKirill Petrashin2026-03-291-1/+9
* Add a FIXMEKirill Petrashin2026-03-281-1/+1
* Allow resizing the map + some other stuffKirill Petrashin2026-03-281-0/+2
* Handle the stack overflowKirill Petrashin2026-03-251-1/+4
* Change comments to use /* asdf */ syntaxKirill Petrashin2026-03-161-1/+1
* Fix stack + implement rbt_maze_map()Kirill Petrashin2026-03-141-6/+8
* implement a PositionStackKirill Petrashin2026-03-141-0/+23