I have the following region staining code using Pascal queue:
program coloracao;
uses crt, filas;
const dim = 5;
type imagem = array [0...dim+1, 0...dim+1] of integer;
const I: imagem = ((-1, -1, -1, -1, -1, -1, -1),
(-1, 2...
asked by
04.06.2015 / 15:39