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

Update graph_traversal.md #1334

Merged
merged 1 commit into from
May 3, 2024
Merged

Update graph_traversal.md #1334

merged 1 commit into from
May 3, 2024

Conversation

BlindTerran
Copy link
Contributor

@BlindTerran BlindTerran commented May 3, 2024

The implementation uses a hash set to store all visited vertices instead of a hash table. Change the description text from "hash table" to "hash set"

If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:

  • This PR represents the translation of a single, complete document, or contains only bug fixes.
  • The translation accurately conveys the original meaning and intent of the Chinese version. If deviations exist, I have provided explanatory comments to clarify the reasons.

The implementation uses hash set to store all visited vertices instead of hash table. Change the description text from "hash table" to "hash set"
Copy link
Owner

@krahets krahets left a comment

Choose a reason for hiding this comment

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

LGTM

@krahets krahets added bug Bug fixes translation English translation documents documents-related labels May 3, 2024
@krahets krahets merged commit a6be0ff into krahets:main May 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes documents documents-related translation English translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants