Add pattern to header
Signed-off-by:
Bruno Freitas Tissei <bft15@inf.ufpr.br>
Showing
- algorithms/geometry/convex_hull.cpp 2 additions, 2 deletionsalgorithms/geometry/convex_hull.cpp
- algorithms/geometry/geometry_functions.cpp 24 additions, 23 deletionsalgorithms/geometry/geometry_functions.cpp
- algorithms/graph/articulations_bridges.cpp 3 additions, 4 deletionsalgorithms/graph/articulations_bridges.cpp
- algorithms/graph/bellman_ford.cpp 3 additions, 4 deletionsalgorithms/graph/bellman_ford.cpp
- algorithms/graph/bipartite_match.cpp 3 additions, 9 deletionsalgorithms/graph/bipartite_match.cpp
- algorithms/graph/centroid_decomposition.cpp 12 additions, 15 deletionsalgorithms/graph/centroid_decomposition.cpp
- algorithms/graph/dijkstra.cpp 7 additions, 10 deletionsalgorithms/graph/dijkstra.cpp
- algorithms/graph/dinic.cpp 3 additions, 7 deletionsalgorithms/graph/dinic.cpp
- algorithms/graph/edmonds_karp.cpp 4 additions, 6 deletionsalgorithms/graph/edmonds_karp.cpp
- algorithms/graph/floyd_warshall.cpp 3 additions, 5 deletionsalgorithms/graph/floyd_warshall.cpp
- algorithms/graph/ford_fulkerson.cpp 3 additions, 4 deletionsalgorithms/graph/ford_fulkerson.cpp
- algorithms/graph/hopcroft_karp.cpp 9 additions, 18 deletionsalgorithms/graph/hopcroft_karp.cpp
- algorithms/graph/kosaraju.cpp 5 additions, 3 deletionsalgorithms/graph/kosaraju.cpp
- algorithms/graph/kruskal.cpp 4 additions, 3 deletionsalgorithms/graph/kruskal.cpp
- algorithms/graph/lca.cpp 2 additions, 2 deletionsalgorithms/graph/lca.cpp
- algorithms/graph/prim.cpp 3 additions, 3 deletionsalgorithms/graph/prim.cpp
- algorithms/graph/tarjan.cpp 3 additions, 3 deletionsalgorithms/graph/tarjan.cpp
- algorithms/graph/topological_sort.cpp 7 additions, 7 deletionsalgorithms/graph/topological_sort.cpp
- algorithms/math/big_integer.cpp 2 additions, 1 deletionalgorithms/math/big_integer.cpp
- algorithms/math/binary_exponentiation.cpp 2 additions, 2 deletionsalgorithms/math/binary_exponentiation.cpp
Loading
Please register or sign in to comment