Encapsule-Annex / jsgraph

Deprecated: Use the @encapsule/arccore package that includes the graph library
https://encapsule.io/docs/ARCcore/graph
MIT License
42 stars 5 forks source link

Traveral algorithms (breadth & depth-first visit/search) should return context object #26

Closed ChrisRus closed 9 years ago

ChrisRus commented 9 years ago

Useful for diagnosing the behavior of invoked visitors. And, for advanced applications involving multiple searches performed using a shared traversal context (aka color map and other ancillary metadata).