Skip to content

Commit f29ae5c

Browse files
committed
Rename Dijkstra
1 parent 4994418 commit f29ae5c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In order to achieve greater coverage and encourage more people to contribute to
6767
<tr>
6868
<td><a href="https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm">Dijkstra's Algorithm</a></td>
6969
<td> <!-- C -->
70-
<a href="./src/c/DijkstraAlgorithm.c">
70+
<a href="./src/c/Dijkstra.c">
7171
<img align="center" height="25" src="./logos/c.svg" />
7272
</a>
7373
</td>
@@ -97,7 +97,7 @@ In order to achieve greater coverage and encourage more people to contribute to
9797
</a>
9898
</td>
9999
<td> <!-- JavaScript -->
100-
<a href="./src/javascript/DijkstrasAlgorithm.js">
100+
<a href="./src/javascript/Dijkstra.js">
101101
<img align="center" height="25" src="./logos/javascript.svg" />
102102
</a>
103103
</td>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)