文件名称:wGraphBasic:收集抽象数据结构和算法以处理图形
文件大小:1.26MB
文件格式:ZIP
更新时间:2024-04-23 15:51:32
JavaScript
模块:: GraphBasic 收集抽象数据结构和算法以处理图形。 该模块未绑定到图形的任何特定格式,因此提供适配器的玩具可以与任何人一起使用。 它实现深度优先搜索,宽度优先搜索,提取强连接的组件,拓扑排序,最短路径搜索等。 文档化 在模块和教程后面的概念索引,您可能会发现。 样本 require ( '..' ) ; let _ = wTools ; /* This example shows how to create a simple graph. Graph :: set of nodes( vertices ) and set of edges or arcs connecting some or all nodes. */ /* Define a graph of arbitrary structure. Strcuture of nodes is arbitrary. It
【文件预览】:
wGraphBasic-master
----.gitattributes(110B)
----proto()
--------Integration.test.ss(10KB)
--------wtools()
--------node_modules()
----.github()
--------workflows()
----.im.will.yml(5KB)
----.circleci()
--------config.yml(453B)
----.eslintrc.yml(9KB)
----doc()
--------version.eng()
--------image()
----.ex.will.yml(2KB)
----LICENSE(1KB)
----README.md(2KB)
----sample()
--------TopologicalBfs.s(834B)
--------GraphMake.s(944B)
--------Connectivity.s(1KB)
--------TopologicalDfs.s(831B)
--------trivial()
--------Bfs.s(963B)
----was.package.json(1KB)
----.gitignore(111B)
----out()
--------wgraphbasic.out.will.yml(39KB)
----package.json(1KB)