acmpesuecc / acmpesuecc/maze_solver
get_width_of_cell() function buggy
未關閉
BOUNTY: 70+
bug
hacktoberfest
- 主要語言
- C++
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
The get_width_of_cell function must return the width of each cell in the maze.
Each cell is a square and walls are black. Ideally, the width of each cell would be ```width of image / no. of cells in a row```.
This function must figure out how many columns there are in each row (or how many rows in each column) and use that information to compute the width of each cell with the above mentioned formula.
Currently, it seems to work on mazes 0 to 4, but fails for the rest
Bounty Points: 70
Brownie Points: 30
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。