mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
updating DIRECTORY.md
This commit is contained in:
parent
b12ac414d2
commit
7801cc1b52
@ -207,6 +207,11 @@
|
||||
* [Tower Of Hanoi](https://github.com/TheAlgorithms/C/blob/master/misc/Tower_Of_Hanoi.c)
|
||||
* [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)
|
||||
* [Qr Decomposition](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/qr_decomposition.c)
|
||||
* [Qr Eigen Values](https://github.com/TheAlgorithms/C/blob/master/numerical_methods/qr_eigen_values.c)
|
||||
|
||||
## Project Euler
|
||||
* Problem 01
|
||||
* [Sol1](https://github.com/TheAlgorithms/C/blob/master/project_euler/Problem%2001/sol1.c)
|
||||
|
Loading…
Reference in New Issue
Block a user