algorithms.md

Homonyms

cybics/comp/algorithms
A step-by-step procedure that transforms input into output in a finite number of operations. The foundation of all computation. complexity Big-O notation measures how an algorithm's time or space grows with input size. Common classes: O(1) constant, O(log n) logarithmic, O(n) linear, O(n log n)…
neural/inf/docs/algorithms
built-in graph algorithms available as fixed rules (`<~`) in datalog. these run native implementations inside the CozoDB query engine β€” no external libraries, no data export fixed rules use a distinct arrow: `?[] <~ AlgorithmName(input[], params...)`. the input is a relation representing edges. the…
neural/inf/specs/algorithms
inf algorithms graph algorithms available as fixed rules (`<~`) in inf. a fixed rule takes a relation of edges and binds algorithm-specific output columns: the algorithm logic is inf's; the arithmetic is not. linear-algebra cores (matrix-vector products, distances) lower to Ten; field operations…

Graph