Skip to content

DFS and BFS search algorithms - Resolve #4229 #4230

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

Merged
merged 6 commits into from
Aug 13, 2023

Conversation

snirt
Copy link
Contributor

@snirt snirt commented Jul 6, 2023

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

Resolve #4229

Copy link
Member

@debasishbsws debasishbsws left a comment

Choose a reason for hiding this comment

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

Also Check the linting error

@snirt
Copy link
Contributor Author

snirt commented Jul 10, 2023

Regarding the linter format, I suggest to configure it to allow the left-side format in the attached image:
Screenshot from 2023-07-10 13-32-18
This format helps with readability

@snirt snirt requested a review from debasishbsws July 10, 2023 13:54
@siriak
Copy link
Member

siriak commented Jul 10, 2023

Regarding the linter format, I suggest to configure it to allow the left-side format in the attached image: Screenshot from 2023-07-10 13-32-18 This format helps with readability

I agree with you, could you do it here or in a separate PR if it involves a lot of changes?

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Aug 13, 2023
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak enabled auto-merge (squash) August 13, 2023 06:21
@siriak siriak requested a review from albina-astr as a code owner August 13, 2023 06:22
@siriak
Copy link
Member

siriak commented Aug 13, 2023

@debasishbsws could you review again?

Copy link
Member

@debasishbsws debasishbsws left a comment

Choose a reason for hiding this comment

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

Looks good

@siriak siriak merged commit 1884857 into TheAlgorithms:master Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] DFS and BFS search algorithms are lack of effective tests and Node class should be decoupled from DFS
3 participants