acmpesuecc / acmpesuecc/maze_solver
get_width_of_cell() function buggy
Aperta
BOUNTY: 70+
bug
hacktoberfest
- Lingua principale
- C++
- Stelle
- 1
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.