A program that finds the biggest square composed of '.'s possible. After cloning the repository type: make A binary name bsq will be generated For usage, try : ./bsq with a map of your choice. Some maps are available in the repository but you can create other. A map is caracterised by '.'s as empty spaces and 'o's as obstacles with each lines having the same length. After the execution of the program, a map will be printed but this time with 'x's showing the location of the biggest square. I used an algorithm that implied creating a copy of the map passed as argument but this time as an array of integers. I searched on each case the minimum size of square possible on that case and changed the value of the integer at that particular case. The algorrithm's name is Minesweeper algorithm.
-
Notifications
You must be signed in to change notification settings - Fork 0
divsln/biggest_square
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A program that finds the biggest square composed of '.'s possible.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published