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

Doc (dfs) add documentation for DFS (#57) #80

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

MichaeINeumann
Copy link
Contributor

Hello, I am adding the documentation for DFS. #57
It is quite the same as BFS, with a stack instead of a queue.
Also the call is the same, except for the name, as far as I could see.

@bobluppes Sorry for the rebuild, I played a bit with git and did a rebase. somehow the old PR disappeared. #77

Michael Neumann added 2 commits August 17, 2023 17:12
a/b/c was displayed in one line
Duplicate formulations
line 46 DFS to BFS
no queue used
@codecov
Copy link

codecov bot commented Aug 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3933598) 99.67% compared to head (56290d0) 99.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #80   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          23       23           
  Lines        1226     1226           
=======================================
  Hits         1222     1222           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@bobluppes bobluppes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this, looks great and very detailed 🚀
LGTM

@bobluppes bobluppes merged commit acea70d into bobluppes:main Aug 17, 2023
8 checks passed
@bobluppes bobluppes added the documentation Improvements or additions to documentation label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants