Add C version (20x faster)

This commit is contained in:
2020-11-15 14:47:49 +01:00
parent f72bbfbe96
commit 915ec5c9b8
3 changed files with 112 additions and 3 deletions

View File

@@ -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 = ' ';