Path-Finding
December 14, 2016
Ensino
Project carried out with the aim of studying and analyzing the behavior of Path-Finding algorithms. A* and BFS (graph edges with the same weight) were used as studies. An interface was created that could show both running at the same time (a system developed with parallelism) and also what other types of information could be removed from the algorithms (such as a character's mobility).