Generation

generate functionMon, 19 Jun 2023

funcion que busque la matriz cuadrada mas grande posible de solo espacios en un mapa de caracteres que contiene espacios y caracteres

int rows = 6; int cols = 7; char map[] = {' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', 'x', ' ', ' ', ' ', ' ', 'x', ' ', ' ', ' ', 'x', ' ', ' ', ' ', ' ', ' ', 'x', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ', };

Want to kickstart your project?Use the new AI Studio to create your code