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

feat: Reimplement the graph code for C #901

Merged
merged 2 commits into from
Oct 29, 2023
Merged

feat: Reimplement the graph code for C #901

merged 2 commits into from
Oct 29, 2023

Conversation

krahets
Copy link
Owner

@krahets krahets commented Oct 28, 2023

If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR.

  • I've tested the code and ensured the outputs are the same as the outputs of reference code.
  • I've checked the code (formatting, comments, indentation, file header, etc) carefully.
  • The code does not rely on a particular environment or IDE and can be executed on a standard system (Win, macOS, Ubuntu).

@krahets krahets added the code Code-related label Oct 28, 2023
Copy link
Contributor

@Gonglja Gonglja left a comment

Choose a reason for hiding this comment

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

Since I'm not very familiar with this part of the algorithm, I can only review it syntactically, and the algorithm will need to be reviewed by others

codes/c/chapter_graph/graph_dfs.c Show resolved Hide resolved
@krahets
Copy link
Owner Author

krahets commented Oct 29, 2023

Thanks for the review @Gonglja !

@krahets krahets merged commit 9c28619 into main Oct 29, 2023
@krahets krahets deleted the dev_c branch October 29, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Code-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants