Skip to content

Commit 58b02fd

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 80d95fc commit 58b02fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DIRECTORY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,9 @@
419419
* [Frequent Pattern Graph Miner](graphs/frequent_pattern_graph_miner.py)
420420
* [G Topological Sort](graphs/g_topological_sort.py)
421421
* [Gale Shapley Bigraph](graphs/gale_shapley_bigraph.py)
422+
* [Graph Adjacency List](graphs/graph_adjacency_list.py)
423+
* [Graph Adjacency Matrix](graphs/graph_adjacency_matrix.py)
422424
* [Graph List](graphs/graph_list.py)
423-
* [Graph Matrix](graphs/graph_matrix.py)
424425
* [Graphs Floyd Warshall](graphs/graphs_floyd_warshall.py)
425426
* [Greedy Best First](graphs/greedy_best_first.py)
426427
* [Greedy Min Vertex Cover](graphs/greedy_min_vertex_cover.py)
@@ -479,6 +480,7 @@
479480
* [Lib](linear_algebra/src/lib.py)
480481
* [Polynom For Points](linear_algebra/src/polynom_for_points.py)
481482
* [Power Iteration](linear_algebra/src/power_iteration.py)
483+
* [Rank Of Matrix](linear_algebra/src/rank_of_matrix.py)
482484
* [Rayleigh Quotient](linear_algebra/src/rayleigh_quotient.py)
483485
* [Schur Complement](linear_algebra/src/schur_complement.py)
484486
* [Test Linear Algebra](linear_algebra/src/test_linear_algebra.py)
@@ -651,6 +653,7 @@
651653
* [Sigmoid Linear Unit](maths/sigmoid_linear_unit.py)
652654
* [Signum](maths/signum.py)
653655
* [Simpson Rule](maths/simpson_rule.py)
656+
* [Simultaneous Linear Equation Solver](maths/simultaneous_linear_equation_solver.py)
654657
* [Sin](maths/sin.py)
655658
* [Sock Merchant](maths/sock_merchant.py)
656659
* [Softmax](maths/softmax.py)

0 commit comments

Comments
 (0)