dfs-bfs

Depth First Search e Breadth First Search in graphs

Interactive Mode

python dfs-bfs.py

Automatic Mode

python dfs-bfs.py < input.txt

K-nn

K Nearest Neighbors using Iris Data Set

python nn.py