aboutsummaryrefslogtreecommitdiff
path: root/stack.c
Commit message (Collapse)AuthorAgeFilesLines
* Error out on failure to realloc the stackKirill Petrashin2026-04-041-1/+1
|
* 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