/** * Algorithm Validation Tests Using Benchmark Datasets * * Tests validate algorithms against known graph properties (ground truth), * providing stronger validation than synthetic graph tests alone. * * Primary dataset: Zachary's Karate Club * - 34 nodes, 78 edges, undirected * - Well-documented 2-community split with known modularity ~0.37 */ export {}; //# sourceMappingURL=algorithm-validation.unit.test.d.ts.map