Small fixes
Signed-off-by:
Bruno Freitas Tissei <bft15@inf.ufpr.br>
Showing
- algorithms/graph/bellman_ford.cpp 0 additions, 1 deletionalgorithms/graph/bellman_ford.cpp
- algorithms/graph/bipartite_match.cpp 1 addition, 3 deletionsalgorithms/graph/bipartite_match.cpp
- algorithms/graph/centroid_decomposition.cpp 1 addition, 4 deletionsalgorithms/graph/centroid_decomposition.cpp
- algorithms/graph/dijkstra.cpp 0 additions, 1 deletionalgorithms/graph/dijkstra.cpp
- algorithms/graph/dinic.cpp 1 addition, 8 deletionsalgorithms/graph/dinic.cpp
- algorithms/graph/edmonds_karp.cpp 1 addition, 8 deletionsalgorithms/graph/edmonds_karp.cpp
- algorithms/graph/ford_fulkerson.cpp 2 additions, 9 deletionsalgorithms/graph/ford_fulkerson.cpp
- algorithms/graph/hld.cpp 1 addition, 3 deletionsalgorithms/graph/hld.cpp
- algorithms/graph/hopcroft_karp.cpp 1 addition, 9 deletionsalgorithms/graph/hopcroft_karp.cpp
- algorithms/graph/kosaraju.cpp 0 additions, 7 deletionsalgorithms/graph/kosaraju.cpp
- algorithms/graph/lca.cpp 9 additions, 12 deletionsalgorithms/graph/lca.cpp
- algorithms/graph/min_cost_max_flow.cpp 0 additions, 7 deletionsalgorithms/graph/min_cost_max_flow.cpp
- algorithms/graph/prim.cpp 0 additions, 3 deletionsalgorithms/graph/prim.cpp
- algorithms/graph/tarjan.cpp 0 additions, 5 deletionsalgorithms/graph/tarjan.cpp
- algorithms/graph/topological_sort.cpp 1 addition, 7 deletionsalgorithms/graph/topological_sort.cpp
- algorithms/graph/travelling_salesman.cpp 0 additions, 2 deletionsalgorithms/graph/travelling_salesman.cpp
- algorithms/math/binary_exponentiation.cpp 1 addition, 1 deletionalgorithms/math/binary_exponentiation.cpp
- algorithms/math/euler_totient.cpp 6 additions, 6 deletionsalgorithms/math/euler_totient.cpp
- algorithms/structure/segment_tree.cpp 22 additions, 50 deletionsalgorithms/structure/segment_tree.cpp
- algorithms/structure/segment_tree_2d.cpp 1 addition, 1 deletionalgorithms/structure/segment_tree_2d.cpp
Loading
Please register or sign in to comment