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

Chrisrus/develop dft (algorithm common & test refactoring) #18

Closed ChrisRus closed 9 years ago

ChrisRus commented 9 years ago

Pull for for Travis build of stable development snapshot. This commit includes an as-yet untested unified DFT (depth-first traverse that supports both visit and search traversal variants consistent w/the new unified BFT completed previously). Next step is to port all the existing DFV/DFS tests over to DFT tests (preserving the control strings across to ensure against algorithm regressions). This is rather more of a pain in the ass than I had imagined when I opened this up last week but given jsgraph's importance there's no going back; v0.5 is going to be a nice release I think.