The CoT is meandering but it seems to use PIL/cv2 to get the maze into form where it can solve with BFS, notices the resulting solution is broken (simply traverses the outside of the maze) and refines the code until the output looks sane
By
–
The CoT is meandering but it seems to use PIL/cv2 to get the maze into form where it can solve with BFS, notices the resulting solution is broken (simply traverses the outside of the maze) and refines the code until the output looks sane