Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PMmuc committed Jun 20, 2018
1 parent 6401956 commit b5eeb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/ob-algdatii-ss18/leistungsnachweis-a-team-1.svg?branch=master)](https://travis-ci.org/ob-algdatii-ss18/leistungsnachweis-a-team-1)
[![Coverage Status](https://coveralls.io/repos/github/ob-algdatii-ss18/leistungsnachweis-a-team-1/badge.svg?branch=testing)](https://coveralls.io/github/ob-algdatii-ss18/leistungsnachweis-a-team-1?branch=testing)

![Der A Stern Editor](https://github.com/ob-algdatii-ss18/leistungsnachweis-a-team-1/editor.png "Der A Star Editor")
![Der A Stern Editor](https://github.com/ob-algdatii-ss18/leistungsnachweis-a-team-1/blob/master/editor.PNG "Der A Star Editor")
## Description
This program implements the [A* Algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) for an undirected Graph in C++. In order to visualize the operation there is a GUI where you can alter the graph. You can change the size and the costs of the edges for example. In order to compare the algorithm with alternatives, you can execute Dijkstra and BFS, too.

Expand Down

0 comments on commit b5eeb7a

Please sign in to comment.