You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ Include contains single header implementation of data structures and some algori
193
193
| calculate the shortest distance from the start position (Node S) to all of the other nodes in the graph using Dijkstra algorithm. |[dijkstra-shortest-reach.cpp](graph_problems/dijkstra-shortest-reach.cpp)|
194
194
| Calculate total weight of Minimum Spanning Tree of a given graph ( sum of weights of edges which forms MST) using Prim's algorithm |[primsMST.cpp](graph_problems/primsMST.cpp)|
195
195
| Print Minimum Spanning Tree( MST ) of a given graph using Kruskal's algorithm.|[kruskalMST.cpp](graph_problems/kruskalMST.cpp)|
196
-
| Create a program to generate a Huffman encoding for each character as a table.|[huffman_encoding.cpp](greedy_problems/huffman_encoding.cpp)|
196
+
| Create a program to generate a Huffman encoding for each character as a table.|[huffman_encoding.cpp](greedy_problems/huffman_encoding.cpp)|
0 commit comments