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

Minor code documentation fix #110

Closed
onethirtyfive opened this issue Nov 27, 2021 · 1 comment · Fixed by #111
Closed

Minor code documentation fix #110

onethirtyfive opened this issue Nov 27, 2021 · 1 comment · Fixed by #111
Labels

Comments

@onethirtyfive
Copy link
Contributor

Hi, I was reviewing the graph component's source code and looking at the bfs* iterator definition in graph.js. I noticed that its documentation incorrectly said it performed a "depth-first search"

In the spirit of "no contribution is too small..." 😆

onethirtyfive added a commit to onethirtyfive/dsa.js-data-structures-algorithms-javascript that referenced this issue Nov 27, 2021
"bfs*" inline documentation should read "Breadth-first search"

Fixes amejiarosario#110
amejiarosario pushed a commit that referenced this issue Nov 30, 2021
## [2.7.6](2.7.5...2.7.6) (2021-11-30)

### Bug Fixes

* **graph:** minor typo in bfs code documentation ([ccfcfe6](ccfcfe6)), closes [#110](#110)
@amejiarosario
Copy link
Owner

🎉 This issue has been resolved in version 2.7.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

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