Latest version: v1.0.0
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
This class is designed to solve a linked-list dictonary maze using the A* or Breadth-First algorithms. It takes a maze as input, represented as a dictionary where each key represents a room and the exits value is another dictionary that contains the exits of the room.
No known vulnerabilities found