jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
272 stars 63 forks source link

Strange Visualization Behavior #19

Open ThomasThelen opened 6 years ago

ThomasThelen commented 6 years ago

When showing the graphs for solve_bfs and solve_bidirect_dfs, strange behavior is encountered. This is probably either a problem with the solution path or with the visualization code. This can be seen in early versions, and also current versions.

jostbr commented 6 years ago

I know the visualization and the algorithms here are not optimally implemented yet so I expect there to be some strange behaviours as you mention. The depth-first one is the only properly tested and that one should work as expected I think. As mentioned in other issues comments, I unfortunately won't be spending much time this spring trying to fix this stuff as I have to focus on my masters project.