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

Highlight adjacency list rows in BFS and DFS model solution #278

Open
2 tasks
ttaiv opened this issue Aug 30, 2024 · 0 comments
Open
2 tasks

Highlight adjacency list rows in BFS and DFS model solution #278

ttaiv opened this issue Aug 30, 2024 · 0 comments
Labels
bfs-exercise Breadth-first search exercise dfs-exercise Depth-first search exercise exercises Developing JSAV exercises

Comments

@ttaiv
Copy link
Member

ttaiv commented Aug 30, 2024

Adjacency list representation was added in pull request #260. Model answer could be further improved by adding the adjacency list to it and highlighting the current node from the list at each step.

  • Add adjacency list to model solution
  • Highlight the currently relevant row

Originally posted by @ttaiv in #180

@ttaiv ttaiv added bfs-exercise Breadth-first search exercise dfs-exercise Depth-first search exercise exercises Developing JSAV exercises labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bfs-exercise Breadth-first search exercise dfs-exercise Depth-first search exercise exercises Developing JSAV exercises
Projects
Status: Exercise development
Development

No branches or pull requests

1 participant