Add C version (20x faster)
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
Fri 13 Nov
|
||||
*/
|
||||
|
||||
const NUM_NODES = 20;
|
||||
const NUM_CONNECTIONS = 3;
|
||||
const NUM_GENERATIONS = 20;
|
||||
const NUM_NODES = 80;
|
||||
const NUM_CONNECTIONS = 4;
|
||||
const NUM_GENERATIONS = 250;
|
||||
|
||||
const CHAR_ON_ZERO = '0';
|
||||
const CHAR_ON_ONE = ' ';
|
||||
|
||||
Reference in New Issue
Block a user