Change comment format
Signed-off-by:
Bruno Freitas Tissei <bft15@inf.ufpr.br>
Showing
- algorithms/geometry/convex_hull.cpp 10 additions, 15 deletionsalgorithms/geometry/convex_hull.cpp
- algorithms/geometry/geometry_functions.cpp 16 additions, 36 deletionsalgorithms/geometry/geometry_functions.cpp
- algorithms/graph/articulations_bridges.cpp 9 additions, 15 deletionsalgorithms/graph/articulations_bridges.cpp
- algorithms/graph/bellman_ford.cpp 7 additions, 11 deletionsalgorithms/graph/bellman_ford.cpp
- algorithms/graph/bfs.cpp 6 additions, 10 deletionsalgorithms/graph/bfs.cpp
- algorithms/graph/bipartite_match.cpp 9 additions, 15 deletionsalgorithms/graph/bipartite_match.cpp
- algorithms/graph/dfs.cpp 6 additions, 10 deletionsalgorithms/graph/dfs.cpp
- algorithms/graph/dijkstra.cpp 6 additions, 10 deletionsalgorithms/graph/dijkstra.cpp
- algorithms/graph/dinic.cpp 15 additions, 25 deletionsalgorithms/graph/dinic.cpp
- algorithms/graph/edmonds_karp.cpp 9 additions, 15 deletionsalgorithms/graph/edmonds_karp.cpp
- algorithms/graph/floyd_warshall.cpp 5 additions, 9 deletionsalgorithms/graph/floyd_warshall.cpp
- algorithms/graph/ford_fulkerson.cpp 9 additions, 15 deletionsalgorithms/graph/ford_fulkerson.cpp
- algorithms/graph/hopcroft_karp.cpp 11 additions, 19 deletionsalgorithms/graph/hopcroft_karp.cpp
- algorithms/graph/kosaraju.cpp 9 additions, 17 deletionsalgorithms/graph/kosaraju.cpp
- algorithms/graph/kruskal.cpp 8 additions, 12 deletionsalgorithms/graph/kruskal.cpp
- algorithms/graph/lca.cpp 16 additions, 24 deletionsalgorithms/graph/lca.cpp
- algorithms/graph/prim.cpp 5 additions, 9 deletionsalgorithms/graph/prim.cpp
- algorithms/graph/tarjan.cpp 9 additions, 15 deletionsalgorithms/graph/tarjan.cpp
- algorithms/graph/topological_sort.cpp 8 additions, 14 deletionsalgorithms/graph/topological_sort.cpp
- algorithms/math/binary_exponentiation.cpp 7 additions, 11 deletionsalgorithms/math/binary_exponentiation.cpp
Loading
Please register or sign in to comment