UNPKG

@hanzifinder-chao/networkxjs

Version:

A JavaScript library for graph data structures and algorithms, inspired by Python's NetworkX.

12 lines (10 loc) 278 B
import Graph from './graph/Graph.js'; // 未来可在这里导入算法模块并一并导出 // import { bfs, dfs } from './algorithms/traversal.js'; // import { dijkstra } from './algorithms/shortestPath.js'; export { Graph, // bfs, // dfs, // dijkstra, };