~vonfry/maze-escape

fixup! Merge branch 'develop'
Merge branch 'develop'
ci: fix build stage
ci: fix build stage
Merge tag '0.1.0.0' into develop

Release 0.1.0.0

Dfs escape
Merge branch 'release/0.1.0.0'
maze: fix
maze: rename function due to wrong method
test: adjust result
maze/data: fix row and col
maze/data: clean empty line
maze: add filter marked cell
maze: add bfs framework
maze: frame shortest escape path
test: add test cases
maze/data: instance
maze: framework for shortest escape path
maze: add find cell
ci: add gitlab ci
data/type: use type for pos
Next