SIGforum
Rosetta Code – an interesting computer language web site

This topic can be found at:
https://sigforum.com/eve/forums/a/tpc/f/320601935/m/8670088174

July 02, 2020, 08:38 AM
Pipe Smoker
Rosetta Code – an interesting computer language web site
Rosetta presents solutions, in many languages, of classical computer programming tasks in a compact and extensive list in alphabetical order:

http://rosettacode.org/wiki/Rosetta_Code

Here, for example, is a list of solutions for the “8 queens” chess problem. Ways to place 8 queens on a chessboard with none of them threatening another:

https://rosettacode.org/wiki/N-queens_problem

Actually, the N queens problem (parametric solutions – e.g., 6 queens on a 6x6 board).

And here’s a list of solutions to represent a positive decimal integer as a Roman numeral:

www.rosettacode.org/wiki/Roman_numerals/Encode

Many other tasks too. I love this kind of stuff!



Serious about crackers.