Skip to content

Instantly share code, notes, and snippets.

@acbart
Last active April 4, 2021 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acbart/9b08428f4c883be8a3a6155318432118 to your computer and use it in GitHub Desktop.
Save acbart/9b08428f4c883be8a3a6155318432118 to your computer and use it in GitHub Desktop.
Graph Traversal Longer Example
B D F G H
E D F G H
J D F G H
10
A empty B C
B robot A D
C empty A D E
D empty B C E F I J
E robot C D
F empty D G
G empty F H
H empty G
I empty D J
J robot D I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment