You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should break this down into bfsTraverse and bfsTransform. bfsTransform would be the same as before. bfsTraverse needs to have a simple API, where we would execute a function for every node traversed via Breadth First Search.
API and examples in my next comment
The text was updated successfully, but these errors were encountered:
https://github.com/rcorp/jequel/blob/master/src/bfs-transform.coffee is pretty big and contains two different logical components.
We should break this down into
bfsTraverse
andbfsTransform
.bfsTransform
would be the same as before.bfsTraverse
needs to have a simple API, where we would execute a function for every node traversed via Breadth First Search.API and examples in my next comment
The text was updated successfully, but these errors were encountered: