Search algorithms applied in a graph that represents the counties of a specific region in the state of São Paulo named "Vale do Paraíba".
Algoritmos de busca aplicados em um grafo que representa os municípios do Vale do Paraíba através de um mapa.
- Amplitude;
- Amplitude Bi-direcional;
- Custo Uniforme;
- Profundidade;
- Profundidade Limitada;
- Profundidade Iterativa.
- BFS;
- Bi-directional BFS;
- Uniform Cost;
- DFS;
- Limited DFS;
- Iteractive DFS.