Skip to content

Commit

Permalink
fix Dijkstra's typo (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl3848 authored May 9, 2024
1 parent 4276531 commit 36fd24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Data Structures and Algorithms implemenations in JavaScript.
- [Topological Sort](src/algorithms/topologicalSort.ts)
- [Breadth-first Search](src/algorithms/breadthFirstSearch.ts)
- [Depth-first Search](src/algorithms/depthFirstSearch.ts)
- [Djikstra's Algorithm](src/algorithms/dijkstra.ts)
- [Floyd Warshall Algorithm](src/algorithms/floydWarshall.ts)
- [Dijkstra's Algorithm](src/algorithms/dijkstra.ts)
- [Floyd-Warshall Algorithm](src/algorithms/floydWarshall.ts)
- [Bellman-Ford Algorithm](src/algorithms/bellmanFord.ts)

## Development
Expand Down

0 comments on commit 36fd24f

Please sign in to comment.