Skip to content

Commit 39f21db

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 8004671 commit 39f21db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DIRECTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
* [Decimal To Binary Recursion](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_binary_recursion.py)
127127
* [Decimal To Hexadecimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_hexadecimal.py)
128128
* [Decimal To Octal](https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_octal.py)
129+
* [Excel Title To Column](https://github.com/TheAlgorithms/Python/blob/master/conversions/excel_title_to_column.py)
129130
* [Hex To Bin](https://github.com/TheAlgorithms/Python/blob/master/conversions/hex_to_bin.py)
130131
* [Hexadecimal To Decimal](https://github.com/TheAlgorithms/Python/blob/master/conversions/hexadecimal_to_decimal.py)
131132
* [Length Conversion](https://github.com/TheAlgorithms/Python/blob/master/conversions/length_conversion.py)
@@ -367,6 +368,7 @@
367368
* [Karger](https://github.com/TheAlgorithms/Python/blob/master/graphs/karger.py)
368369
* [Markov Chain](https://github.com/TheAlgorithms/Python/blob/master/graphs/markov_chain.py)
369370
* [Matching Min Vertex Cover](https://github.com/TheAlgorithms/Python/blob/master/graphs/matching_min_vertex_cover.py)
371+
* [Minimum Path Sum](https://github.com/TheAlgorithms/Python/blob/master/graphs/minimum_path_sum.py)
370372
* [Minimum Spanning Tree Boruvka](https://github.com/TheAlgorithms/Python/blob/master/graphs/minimum_spanning_tree_boruvka.py)
371373
* [Minimum Spanning Tree Kruskal](https://github.com/TheAlgorithms/Python/blob/master/graphs/minimum_spanning_tree_kruskal.py)
372374
* [Minimum Spanning Tree Kruskal2](https://github.com/TheAlgorithms/Python/blob/master/graphs/minimum_spanning_tree_kruskal2.py)
@@ -560,6 +562,7 @@
560562
* [Sieve Of Eratosthenes](https://github.com/TheAlgorithms/Python/blob/master/maths/sieve_of_eratosthenes.py)
561563
* [Sigmoid](https://github.com/TheAlgorithms/Python/blob/master/maths/sigmoid.py)
562564
* [Simpson Rule](https://github.com/TheAlgorithms/Python/blob/master/maths/simpson_rule.py)
565+
* [Sin](https://github.com/TheAlgorithms/Python/blob/master/maths/sin.py)
563566
* [Sock Merchant](https://github.com/TheAlgorithms/Python/blob/master/maths/sock_merchant.py)
564567
* [Softmax](https://github.com/TheAlgorithms/Python/blob/master/maths/softmax.py)
565568
* [Square Root](https://github.com/TheAlgorithms/Python/blob/master/maths/square_root.py)
@@ -623,6 +626,7 @@
623626

624627
## Physics
625628
* [Horizontal Projectile Motion](https://github.com/TheAlgorithms/Python/blob/master/physics/horizontal_projectile_motion.py)
629+
* [Lorenz Transformation Four Vector](https://github.com/TheAlgorithms/Python/blob/master/physics/lorenz_transformation_four_vector.py)
626630
* [N Body Simulation](https://github.com/TheAlgorithms/Python/blob/master/physics/n_body_simulation.py)
627631
* [Newtons Second Law Of Motion](https://github.com/TheAlgorithms/Python/blob/master/physics/newtons_second_law_of_motion.py)
628632

0 commit comments

Comments
 (0)