Merge branch 'master' of github.com:kvedala/C

This commit is contained in:
Krishna Vedala 2020-04-09 00:26:06 -04:00
commit 0c2d0800d3
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -198,6 +198,7 @@
* [Union Find](https://github.com/TheAlgorithms/C/blob/master/misc/union_Find.c)
## Numerical Methods
* [Durand Kerner Roots](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/durand_kerner_roots.c)
* [Gauss Elimination](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/Gauss_Elimination.c)
* [Lagrange Theorem](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/lagrange_theorem.C)
* [Mean](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/MEAN.C)