Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 561 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 561 Bytes

Simple navigator

logo

Content

The project implements graphical and popular algorithms on graphs, namely:

  1. Search in Europe.
  2. Search in search.
  3. Finding the shortest path between two vertices.
  4. Finding the shortest path among all pairs of vertices.
  5. Finding the minimum spanning tree.
  6. Solving the Salesman problem.

There is a common console interface that is not contained in the view.

To build and run from the project center:

cd src && do everything

To clear a project:

cd src && clear