Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BFS

Index

Constructors

constructor

Properties

dist

dist: Uint32Array

edges

edges: Uint32Array

graph

graph: IGraph

marked

marked: BitField

Methods

hasPathTo

  • hasPathTo(id: number): boolean

pathTo

  • pathTo(id: number): undefined | number[]

search

  • search(ids: Iterable<number>, cost?: CostFn): void

Generated using TypeDoc