Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 616 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 616 Bytes

QCoolLine

What is it?

The program for drawing the shortest lines on the stage. When starting, obstacles are randomly placed on the stage, then you need to specify point А and point B, after which a line will be drawn that shows the smallest length between these points.

Stack

  • C/C++
  • Qt Creator

For finding shortest lines between points, used breadth-first search algorithm.

More

More information about the program can be found in my blog

How run it?

  • install Qt Creator
  • open the project and run it

alt text