For the last few months I’ve been up to my eyeballs in algorithms - school, work, writing, you name it.
In honor of the often puzzling topics I’ve been working on, here’s a little crossword with an algorithms theme.
The java applet that lets you solve online has a bit of lameness, but it’s not mine and so it’s kind of out of my hands. I’d love to have a higher quality engine, but the free choices are limited. In particular, there doesn’t appear to be a free javascript crossword engine for the taking, so I’m stuck with Java, as are you.
But if you don’t like Java, and you still like puzzles, just download the PDF, print it out, and enjoy.
No user commented in " Algorithms Crossword "
Follow-up comment rss or Leave a TrackbackLeave A Reply
You can insert source code in your comment without fear of too much mangling by tagging it to use the iG:Syntax Hiliter plugin. A typical usage of this plugin will look like this:[c]
Note that tags are enclosed in square brackets, not angle brackets. Tags currently supported by this plugin are: as (ActionScript), asp, c, cpp, csharp, css, delphi, html, java, js, mysql, perl, python, ruby, smarty, sql, vb, vbnet, xml, code (Generic). If you post your comment and you aren't happy with the way it looks, I will do everything I can to edit it to your satisfaction.int main()
{
printf( "Hello, world!\n" );
return 1;
}
[/c]