Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 983 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 983 Bytes

Epitech-BSQ

Subject

You must find the largest possible square on a board while avoiding obstacles.

You program must print the board, with some “.” replaced by “x” to represent the largest square you found.

If ever there are several solutions, you have to represent only the highest square. If they are still several solutions, choose the square to the left.

Tests result

Moulinette : 88,4%.

Unit tests:

Coverage : 92%

Branches : 90%

Epitech students : beware of the -42 !

Usage

make re
./bsq map

Example

Map example

Screenshot

Solved map example

Screenshot