This website requires JavaScript.
Explore
Help
Register
Sign In
backup
/
C-Plus-Plus
Watch
1
Star
0
Fork
0
You've already forked C-Plus-Plus
mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced
2026-05-07 05:42:03 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
91d669a8d2be11e34df0c2052fd977b722c52b68
C-Plus-Plus
/
numerical_methods
History
github-actions
91d669a8d2
clang-format and clang-tidy fixes for
405d21a5
2021-11-07 03:57:30 +00:00
..
bisection_method.cpp
…
brent_method_extrema.cpp
…
CMakeLists.txt
…
composite_simpson_rule.cpp
Create composite_simpson_rule.cpp
2021-11-06 21:54:20 -06:00
durand_kerner_roots.cpp
…
false_position.cpp
feat: Add ncr mod p code (
#1325
)
2020-11-22 23:05:01 +05:30
fast_fourier_transform.cpp
feat: Implemented Fast Fourier Transform algorithm (
#1700
)
2021-11-02 10:52:18 -06:00
gaussian_elimination.cpp
…
golden_search_extrema.cpp
…
inverse_fast_fourier_transform.cpp
clang-format and clang-tidy fixes for
405d21a5
2021-11-07 03:57:30 +00:00
lu_decompose.cpp
…
lu_decomposition.h
…
midpoint_integral_method.cpp
feat: Created midpoint integration numerical method (
#1785
)
2021-11-01 07:56:40 -06:00
newton_raphson_method.cpp
…
ode_forward_euler.cpp
…
ode_midpoint_euler.cpp
…
ode_semi_implicit_euler.cpp
…
qr_decompose.h
…
qr_decomposition.cpp
…
qr_eigen_values.cpp
…
rungekutta.cpp
feat: Add ncr mod p code (
#1325
)
2020-11-22 23:05:01 +05:30
successive_approximation.cpp
…