mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=23739
This commit is contained in:
parent
c1bf16f7f3
commit
eedd61c4f3
|
@ -394,6 +394,14 @@ $math = array(
|
|||
// tra("The eight queens problem consists of trying to place eight queens on a chessboard so that no queen attacks any other queen. I has long been known that there are 92 solutions, of which 12 are distinct. NQueens@home studies the generalization to N queens on an NxN board, for N=19 and greater."),
|
||||
// "NQueens-Logo1b.png"
|
||||
// ),
|
||||
array(
|
||||
"sudoku@vtaiwan",
|
||||
"http://sudoku.nctu.edu.tw/",
|
||||
"National Chiao Tung University, Taiwan",
|
||||
tra("Mathematics"),
|
||||
"Sudoku@vtaiwan seeks to solve the minimum Sudoku problem, which is a well-known problem in mathematics and computer science.",
|
||||
"sudoku.png"
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue