mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
8a6f2052e2
* Created composite Simpson's numerical integration method * Created midpoint numerical integration method * Corrections * Midpoint method * Improved Documentation * added namespace numerical_methods * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update numerical_methods/midpoint_integral_method.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * clang-format and clang-tidy fixes for |
||
---|---|---|
.. | ||
bidirectional_dijkstra.cpp | ||
breadth_first_search.cpp | ||
bridge_finding_with_tarjan_algorithm.cpp | ||
CMakeLists.txt | ||
connected_components_with_dsu.cpp | ||
connected_components.cpp | ||
cycle_check_directed_graph.cpp | ||
depth_first_search_with_stack.cpp | ||
depth_first_search.cpp | ||
dijkstra.cpp | ||
hamiltons_cycle.cpp | ||
hopcroft_karp.cpp | ||
is_graph_bipartite2.cpp | ||
is_graph_bipartite.cpp | ||
kosaraju.cpp | ||
kruskal.cpp | ||
lowest_common_ancestor.cpp | ||
max_flow_with_ford_fulkerson_and_edmond_karp_algo.cpp | ||
prim.cpp | ||
topological_sort_by_kahns_algo.cpp | ||
topological_sort.cpp | ||
travelling_salesman_problem.cpp |