>>5393218class MinSpanTree
{
constructor(nodes =[], linkWidth = 1, memory = "active")
{
let reached =[];
let unreached =[];
for (let n of nodes)
{
unreached.push(n);
}
reached.push(unreached[0]);
unreached.splice(0, 1);
while (unreached.length > 0)
{
let record = Number.POSITIVE_INFINITY;
let rIndex;
let uIndex;
for (let i = 0; i < reached.length; ++i)
{
for (let j = 0; j < unreached.length; ++j)
{
let n1 = reached<span class="mu-i">;
let n2 = unreached[j];
let d = dist(n1, n2);
if (d < record)
{
record = d;
rIndex = i;
uIndex = j;
}
}
}
let l = new link(reached[rIndex], unreached[uIndex], linkWidth, active);
reached.push(unreached[uIndex]);
unreached.splice(uIndex, 1);
}
}
}
The skulljack is attempting to construct some sort of minimum spanning tree, some k-d partitioning of memory space from the subtree nodes of the overridden consciousness of this cortical stack. You can feel frustrated churning as the algorithm grinds through the mind of the mercenary, the most primitive observe-orient-decide-act loops. Why is everything suddenly so sluggish and slow? Is something interfering with 2-Domino?
The realisation seizes you as you slowly process the context of your situation. Which is the real version of You? The real Self? The skulljacked mercenary, preparing to demolish a slum building, and perpetrate an atrocity?
>>5392058>>5392280The nameless Oneironaut, dream-wanderer lost and mesmerised upon the coast before the Lightning Sea?
>>5391407Or it the collapsed figure, still wearing and operating the Skulljack on their face, but stunned and deafened by the breaching electroschock entry blast?
>>5391404>>5391423>>5392185</span>