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

Improving Output of DFS visualization #25

Open
anand-2020 opened this issue Oct 14, 2021 · 0 comments
Open

Improving Output of DFS visualization #25

anand-2020 opened this issue Oct 14, 2021 · 0 comments
Labels
enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs

Comments

@anand-2020
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
After implementing the DFS algorithm on a graph, the edges can be classified into 4 types namely Tree Edge, Forward Edge, Cross Edge and Backward Edges. See this

Describe the solution you'd like
DFS algorithm is already implemented . Modify it such that after the visualization is completed, the colors of edges which belong to same group should be same and different from members of any other group. The following color code can be followed:

  • Tree Edge: #01B878
  • Forward Edge: #447EAE
  • Backward Edge: #ED3C61
  • Cross Edge: #F7F700

Describe alternatives you've considered
N/A

Additional context
N/A

@anand-2020 anand-2020 added enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs labels Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request syn-easy Easy level issue for synergise Up for Grabs
Projects
None yet
Development

No branches or pull requests

1 participant