196 algorithm by chocobi

string f(string s){return s!=reverse(s)?f((string)((real)s+(real)reverse(s))):s;}for(int i;++i<196;)write(f((string)i));

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page