Skip to content

Commit

Permalink
📝 update README to match with notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
iagorrr authored and github-actions[bot] committed Dec 20, 2023
1 parent cb6b379 commit e885652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Here you will find implementation of algorithms and data structures used in comp
- [graph cycle (undirected)](/algorithms/graphs/graph_cycle-(undirected).cpp)
- [heavy light decomposition](/algorithms/graphs/heavy-light-decomposition.cpp)
- [kruskal](/algorithms/graphs/kruskal.cpp)
- [lowest common ancestor (binary lifting)](/algorithms/graphs/lowest-common-ancestor-(binary lifting).cpp)
- [lowest common ancestor (binary lifting)](/algorithms/graphs/lowest-common-ancestor-(binary-lifting).cpp)
- [lowest common ancestor sparse table](/algorithms/graphs/lowest_common_ancestor_sparse_table.cpp)
- [maximum flow (edmonds karp)](/algorithms/graphs/maximum-flow-(edmonds-karp).cpp)
- [minimum cost flow](/algorithms/graphs/minimum-cost-flow.cpp)
Expand Down

0 comments on commit e885652

Please sign in to comment.