Author: TheTutor
Sometimes you just want to know the shortest path between two points. This tutorial shows you how to find that shortest path using a breadth-first shortest path algorithm.
Functions Used: assert(), SelectObject(), DeleteObject(), MoveToEx(), LineTo(), CreatePen(), CreateSolidBrush(), FillRect(), Sleep(), queue::push(), queue::front(), queue::pop(), stack::push(), stack::top(), stack::pop(), GetTickCount(), GetDC(), ReleaseDC()
purchase full version
Access EXE