Skip to content

Commit baf934f

Browse files
committed
updating DIRECTORY.md
1 parent ec8ffd5 commit baf934f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIRECTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,9 @@
559559
* [Test Knapsack](knapsack/tests/test_knapsack.py)
560560

561561
## Linear Algebra
562-
* [Lanczos-Algorithm](linear_algebra/Lanczos-algorithm.py)
563562
* [Gaussian Elimination](linear_algebra/gaussian_elimination.py)
564563
* [Jacobi Iteration Method](linear_algebra/jacobi_iteration_method.py)
564+
* [Lanczos Algorithm](linear_algebra/lanczos_algorithm.py)
565565
* [Lu Decomposition](linear_algebra/lu_decomposition.py)
566566
* Src
567567
* [Conjugate Gradient](linear_algebra/src/conjugate_gradient.py)

0 commit comments

Comments
 (0)