Winner Imre Polik (Shame n)

Finish 2003-11-11 13:00:00 UTC

imathief

by solidpeg

Status: Failed
Results: []

Basis for: Yet another tweak... (diff)
Basis for: btrthief (diff)

Comments
solidpeg
04 Nov 2003
slight improvement over per's ppal2
Please login or create a profile.
Code
n=numel(a)-1;
for i=0:n;
for j=1:n;
c=a(j:i+j);
if c==fliplr(c)
     b=c;
end
end
end