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

8 lines (7 loc) 408 B
export { GenerateMap } from "./GenerateMap"; export { MapDeletion, MapHas, MapInsertion } from "./MapOperations"; export { DLLLoop, DLLTraverse } from "./DLLIterations"; export { FindNodeFromDLL, FindNodeFromMap } from "./FindNodeById"; export { FillDLLWithRandomNumbers } from "./FillDLLWithRandomNumbers"; export { FilterDLL } from "./FilterDLL"; export { IsDLLExactlySame, IsDLLSame } from "./IsDLLSame";