Module cloud.opencode.base.graph
module cloud.opencode.base.graph
OpenCode Base Graph Module
OpenCode 基础图论模块
Provides graph data structures and algorithms based on JDK 25, including directed/undirected graphs, shortest path, spanning tree, and layout algorithms.
提供基于 JDK 25 的图数据结构与算法,包括有向/无向图、最短路径、生成树和布局算法。
Key Features | 主要功能:
- Directed & Undirected Graphs - 有向图与无向图
- Shortest Path (Dijkstra, BFS, DFS) - 最短路径算法
- Minimum Spanning Tree - 最小生成树
- Graph Layout Algorithms - 图布局算法
- Graph Serialization - 图序列化
- Cycle Detection & Topological Sort - 环检测与拓扑排序
- Since:
- JDK 25, opencode-base-graph V1.0.3
- Author:
- Leon Soo
- See Also:
-
Packages
ExportsPackageDescriptionGraph Layout Algorithms - Algorithms for graph visualization layout 图布局算法 - 用于图可视化布局的算法