Conversation
BryanCruz
commented
Oct 23, 2024
msambinelli
reviewed
Oct 28, 2024
| gr.add_edge(c, e, 4.); | ||
| gr.add_edge(d, e, 5.); | ||
|
|
||
| println!("{}", Dot::new(&gr)); |
Owner
Author
There was a problem hiding this comment.
o println ?
não, ele só printa quando o teste falhar, então deixei pra debug caso tenha mudanças no código e o teste começe a falhar
ele não printa nada quando o teste passa com sucesso
msambinelli
reviewed
Oct 28, 2024
src/algo/connectivity/cut_edges.rs
Outdated
| /// if it has gray color it means it is being processed and | ||
| /// if it has black color it means its processing is finished. | ||
| pub color: HashMap<N, Color>, | ||
| /// The map of preorder number each node is reached in DFS search. |
Collaborator
There was a problem hiding this comment.
The preorder number of each node in the DFS search
msambinelli
approved these changes
Oct 29, 2024
Collaborator
msambinelli
left a comment
There was a problem hiding this comment.
Adicionei mais alguns testes. Acho que está excelente, pode mergear :)
BryanCruz
commented
Nov 2, 2024
BryanCruz
added a commit
that referenced
this pull request
Feb 16, 2025
add algorithm to find cut edges (bridges) --------- Co-authored-by: Maycon Sambinelli <[email protected]>
Closed
BryanCruz
added a commit
that referenced
this pull request
Apr 13, 2025
add algorithm to find cut edges (bridges) --------- Co-authored-by: Maycon Sambinelli <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.