Skip to content

Commit fdaad1f

Browse files
authored
Update README.md
1 parent 91387fc commit fdaad1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
[![Build status](https://ci.appveyor.com/api/projects/status/xaws7d1s0f4ho65b?svg=true)](https://ci.appveyor.com/project/johnmelodyme/shortestpathalgorithm)
1717
[![Build Status](https://travis-ci.org/johnmelodyme/ShortestPathAlgorithm.svg?branch=master)](https://travis-ci.org/johnmelodyme/ShortestPathAlgorithm)
1818
![Java CI](https://github.com/johnmelodyme/ShortestPathAlgorithm/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master)
19+
![C/C++ CI](https://github.com/johnmelodyme/ShortestPathAlgorithm/workflows/C/C++%20CI/badge.svg?branch=master&event=create)
1920

2021
One algorithm for finding the shortest path from a starting node to a target node in a weighted graph is Dijkstra’s algorithm. The algorithm creates a tree of shortest paths from the starting vertex, the source, to all other points in the graph.
2122

0 commit comments

Comments
 (0)