From 364c3c9f574c82c77d215fe604b69321eb1fe1b6 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Fri, 29 May 2020 20:16:48 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIRECTORY.md b/DIRECTORY.md index 5df6fe19..d667a0fe 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -227,7 +227,7 @@ * [Newton-Raphson-Root](https://github.com/kvedala/C/blob/master/numerical_methods/newton-raphson-root.c) * [Qr Decomposition](https://github.com/kvedala/C/blob/master/numerical_methods/qr_decomposition.c) * [Qr Eigen Values](https://github.com/kvedala/C/blob/master/numerical_methods/qr_eigen_values.c) - * [Simpsons 1-3Rd Rule](https://github.com/kvedala/C/blob/master/numerical_methods/simpsons_1-3rd%20rule.c) + * [Simpsons 1-3Rd Rule](https://github.com/kvedala/C/blob/master/numerical_methods/simpsons_1-3rd_rule.c) * [Variance](https://github.com/kvedala/C/blob/master/numerical_methods/variance.c) ## Project Euler