Remove overly descriptive comments and make code more compact
Signed-off-by:
Bruno Freitas Tissei <bft15@inf.ufpr.br>
Showing
- algorithms/geometry/convex_hull.cpp 10 additions, 14 deletionsalgorithms/geometry/convex_hull.cpp
- algorithms/geometry/geometry_functions.cpp 13 additions, 15 deletionsalgorithms/geometry/geometry_functions.cpp
- algorithms/graph/articulations_bridges.cpp 0 additions, 21 deletionsalgorithms/graph/articulations_bridges.cpp
- algorithms/graph/bellman_ford.cpp 4 additions, 15 deletionsalgorithms/graph/bellman_ford.cpp
- algorithms/graph/bfs.cpp 0 additions, 38 deletionsalgorithms/graph/bfs.cpp
- algorithms/graph/bipartite_match.cpp 4 additions, 5 deletionsalgorithms/graph/bipartite_match.cpp
- algorithms/graph/centroid_decomposition.cpp 4 additions, 13 deletionsalgorithms/graph/centroid_decomposition.cpp
- algorithms/graph/dfs.cpp 0 additions, 28 deletionsalgorithms/graph/dfs.cpp
- algorithms/graph/dijkstra.cpp 1 addition, 3 deletionsalgorithms/graph/dijkstra.cpp
- algorithms/graph/dinic.cpp 2 additions, 11 deletionsalgorithms/graph/dinic.cpp
- algorithms/graph/edmonds_karp.cpp 1 addition, 8 deletionsalgorithms/graph/edmonds_karp.cpp
- algorithms/graph/floyd_warshall.cpp 3 additions, 2 deletionsalgorithms/graph/floyd_warshall.cpp
- algorithms/graph/ford_fulkerson.cpp 2 additions, 11 deletionsalgorithms/graph/ford_fulkerson.cpp
- algorithms/graph/hopcroft_karp.cpp 2 additions, 7 deletionsalgorithms/graph/hopcroft_karp.cpp
- algorithms/graph/kosaraju.cpp 4 additions, 11 deletionsalgorithms/graph/kosaraju.cpp
- algorithms/graph/kruskal.cpp 6 additions, 8 deletionsalgorithms/graph/kruskal.cpp
- algorithms/graph/lca.cpp 10 additions, 8 deletionsalgorithms/graph/lca.cpp
- algorithms/graph/prim.cpp 1 addition, 4 deletionsalgorithms/graph/prim.cpp
- algorithms/graph/tarjan.cpp 1 addition, 13 deletionsalgorithms/graph/tarjan.cpp
- algorithms/graph/topological_sort.cpp 2 additions, 8 deletionsalgorithms/graph/topological_sort.cpp
Loading
Please register or sign in to comment