Inicia integrar Anzograph
This commit is contained in:
@@ -20,7 +20,7 @@ const PUBLIC_DIR = join(__dirname, "..", "public");
|
||||
|
||||
const TARGET_NODES = 10000; // Approximate number of nodes to generate
|
||||
const MAX_CHILDREN = 4; // Each node gets 1..MAX_CHILDREN children
|
||||
const PRIMARY_DEPTH = 3; // Nodes at depth ≤ this form the primary skeleton
|
||||
const PRIMARY_DEPTH = 4; // Nodes at depth ≤ this form the primary skeleton
|
||||
|
||||
// ══════════════════════════════════════════════════════════
|
||||
// Tree data types
|
||||
|
||||
Reference in New Issue
Block a user