UNPKG

@euriklis/ds-architect

Version:

`@euriklis/ds-architect` is a modular and extensible library that provides a rich ecosystem for graph and network-based data structures. Designed with both academic rigor and practical application in mind, this library offers powerful graph algorithms and

9 lines (8 loc) 411 B
export { AVLDataNode } from "./AVLDataNode"; export { BSTDataNode } from "./BSTDataNode"; export { DataNode } from "./DataNode"; export { GraphDataNode, Node, Vertex } from "./GraphDataNode.ts"; export { GraphDataEdge, Edge, Arc } from "./GraphDataEdge.ts"; export { GraphDataElement } from "./GraphDataElement"; export { HeapDataNode } from "./HeapDataNode"; export { LinkedDataNode } from "./LinkedDataNode";