Skip to content

Conversation

100mya
Copy link

@100mya 100mya commented Oct 13, 2023

bi directional dijkstra code in javascript using backtracking

Copy link
Collaborator

@appgurueu appgurueu left a comment

Choose a reason for hiding this comment

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

  • Interface-wise, shouldn't this take a single graph (the "forward" representation), and generate the "backward" representation from that?
  • Implementation-wise, you manage parent arrays, but you do not seem to use them for finding paths; you just return the distance. Can the parent arrays safely be removed, or are you planning to add code to find paths?
  • The example should be moved to a proper test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants