Skip to content

Commit 244c897

Browse files
committed
Readme corrigendum
1 parent f0c73bf commit 244c897

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
debug.log

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ The objective of this repository is to gain insight into these fundamental conce
4646
| Graph Algorithms | Depth-First Search | Section 22.3 | (N/A) |
4747
| Graph Algorithms | Minimum Spanning Tree: Kruskal's Algorithm | Section 23.2 | Disjoint Set |
4848
| Graph Algorithms | Minimum Spanning Tree: Prim's Algorithm | Section 23.3 | Min Priority Queue |
49-
| Graph Algorithms | Single-Source Shortest Path: Bellford-Ford Algorithm | Section 24.1 | (N/A) |
49+
| Graph Algorithms | Single-Source Shortest Path: Bellman-Ford Algorithm | Section 24.1 | (N/A) |
5050
| Graph Algorithms | Single-Source Shortest Path: Dijkstra's Algorithm | Section 24.3 | Min Priority Queue |

0 commit comments

Comments
 (0)