File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* [ Bisection Method] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/Bisection_method.CPP )
14
14
* [ False-Position] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/false-position.cpp )
15
15
* [ Gaussian Elimination] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/Gaussian_elimination.cpp )
16
- * [ Newton Raphson] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/Newton_Raphson.CPP )
16
+ * [ Newton Raphson Method ] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/newton_raphson_method.cpp )
17
17
* [ Ordinary Least Squares Regressor] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/ordinary_least_squares_regressor.cpp )
18
18
* [ Secant Method] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/Secant_method.CPP )
19
19
* [ Successive Approximation] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/computer_oriented_statistical_methods/successive_approximation.CPP )
116
116
* [ Power For Huge Numbers] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/power_for_huge_numbers.cpp )
117
117
* [ Prime Factorization] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/prime_factorization.cpp )
118
118
* [ Prime Numbers] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/prime_numbers.cpp )
119
- * [ Primes Up To 10^8 ] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/primes_up_to_10^8 .cpp )
119
+ * [ Primes Up To Billion ] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/primes_up_to_billion .cpp )
120
120
* [ Sieve Of Eratosthenes] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/sieve_of_eratosthenes.cpp )
121
121
* [ Sqrt Double] ( https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/math/sqrt_double.cpp )
122
122
You can’t perform that action at this time.
0 commit comments