node icon indicating copy to clipboard operation
node copied to clipboard

Add depth/breadth first search algorithms to recursive readdir

Open Ethan-Arrowood opened this issue 2 years ago • 2 comments

What is the problem this feature will solve?

Continuation of #34992 and #41439

This feature will add specific algorithm support to the upcoming recursive readdir feature I'm working on in #41439

What is the feature you are proposing to solve the problem?

The api should be extended to include a new parameter to the options object with the type:

{
  algorithm?: 'depth-first' | 'breadth-first'
}

I've already stubbed out tests for this feature based on the early work in #41439 see this fork-branch for more details: https://github.com/Ethan-Arrowood/node/tree/feature/recursive-readdir-dfs-bfs

Ethan-Arrowood avatar Jan 26 '22 20:01 Ethan-Arrowood

There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment.

For more information on how the project manages feature requests, please consult the feature request management document.

github-actions[bot] avatar Jul 27 '22 01:07 github-actions[bot]

Is there anyone working on this specific issue?

anonrig avatar Aug 08 '22 20:08 anonrig

There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment.

For more information on how the project manages feature requests, please consult the feature request management document.

github-actions[bot] avatar Feb 06 '23 01:02 github-actions[bot]

There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment.

For more information on how the project manages feature requests, please consult the feature request management document.

github-actions[bot] avatar Mar 08 '23 01:03 github-actions[bot]