小于 1 分钟
Home > @hz-9/algorithm > IGraphToArrayItem
IGraphToArrayItem interface
Graph class toArray function returns an array item.
Graph 类 toArray 函数返回的数组项。
Signature:
export interface IGraphToArrayItem<T>Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<{ vertice: T; weight: number; }> | |||
T |