You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AI-Algorithms-Graph-Components/AIBFSNode.class.st
+13-11
Original file line number
Diff line number
Diff line change
@@ -2,60 +2,62 @@
2
2
I am a node that is used in the BFS algorithm defined in the `AIBFS` class. I have an instance variable `previousNode` to track from which node I have been called and also an instance variable visited to see if I were visited or not.
I am a node that is used in the DFS algorithm defined in the `AIDFS` class. I have an instance variable `previousNode` to track from which node I have been called and also an instance variable visited to see if I were visited or not.
0 commit comments