gcc depth.c && ./a.out- 🔴 = node
- ⚫️ = wall
- 🟢 = visited
- 🔵 = discovered (only in breadth first)
-i, --infinite runs until stopped with new graphs -b, --breadth run breadth first traversal -s, --speed speed it up -a, --ascii ascii mode -h, --help display help
- optimazise for better speed/performance
- fix warnings when compiling
