Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4s4v1n/simple-navigator
- Owner: 4s4v1n
- License: gpl-3.0
- Created: 2022-10-03T02:41:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T04:15:35.000Z (about 2 years ago)
- Last Synced: 2023-10-21T16:21:34.557Z (about 1 year ago)
- Topics: algorithms, ant-algorithm, cpp, graph, prime-algortihm, salesman-problem
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```