AbstractSearchStrategy

constructor(initialState: S)

Parameters

initialState

the SearchStrategy.initialState the traversal starts from

Type Parameters

T

is the type of the payload carried by the traversed graph's nodes

W

is the type of the traversed graph's edge weights

S

is the type of the traversal-specific state threaded through the search (e.g. depth)