Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4s4v1n/simple-navigator

Algorithms on graphs
https://github.com/4s4v1n/simple-navigator

algorithms ant-algorithm cpp graph prime-algortihm salesman-problem

Last synced: 4 days ago
JSON representation

Algorithms on graphs

Awesome Lists containing this project

README

        

# Simple navigator

![logo](./images/graph.svg)

## 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:
``` bash
cd src && do everything
```

To clear a project:
``` bash
cd src && clear
```