Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support breadth-first and depth-first traversals in pipeline API #14

Open
maetl opened this issue Feb 25, 2022 · 0 comments
Open

Support breadth-first and depth-first traversals in pipeline API #14

maetl opened this issue Feb 25, 2022 · 0 comments

Comments

@maetl
Copy link
Collaborator

maetl commented Feb 25, 2022

Just noticed that these features from the Ruby version were not ported over to the JS library correctly.

We need to support the underlying data structures (queue and stack), correctly implement modular functions that encapsulate these traversals, and test the traversals on hetrogenous graph structures using lazy evaluated pipelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant