Skip to content

Commit cc50732

Browse files
committed
feat(algorithms): export path ranking modules from index
Add public exports for mutual-information and path-ranking modules to the algorithms package barrel file.
1 parent 7a801fd commit cc50732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/algorithms/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export * from "./partitioning/spectral";
4141
// Pathfinding algorithms
4242
export * from "./pathfinding/priority-queue";
4343
export * from "./pathfinding/dijkstra";
44+
export * from "./pathfinding/mutual-information";
45+
export * from "./pathfinding/path-ranking";
4446

4547
// Traversal algorithms
4648
export * from "./traversal/bfs";

0 commit comments

Comments
 (0)