小于 1 分钟
Home > @hz-9/algorithm > Edge > (constructor)
Edge.(constructor)
Constructs a new instance of the Edge class
Signature:
constructor(from: V, to: V, weight: number);Parameters
Parameter | Type | Description |
|---|---|---|
from | V | |
to | V | |
weight | number |
Home > @hz-9/algorithm > Edge > (constructor)
Constructs a new instance of the Edge class
Signature:
constructor(from: V, to: V, weight: number);Parameter | Type | Description |
|---|---|---|
from | V | |
to | V | |
weight | number |