Skip to content

Commit d146d73

Browse files
github-actionsgithub-actions
authored andcommitted
updating DIRECTORY.md
1 parent c86aa72 commit d146d73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

DIRECTORY.md

Lines changed: 6 additions & 0 deletions
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

@@ -906,6 +910,8 @@
906910

907911
## Scheduling
908912
* [First Come First Served](https://github.com/TheAlgorithms/Python/blob/master/scheduling/first_come_first_served.py)
913+
* [Multi Level Feedback Queue](https://github.com/TheAlgorithms/Python/blob/master/scheduling/multi_level_feedback_queue.py)
914+
* [Non Preemptive Shortest Job First](https://github.com/TheAlgorithms/Python/blob/master/scheduling/non_preemptive_shortest_job_first.py)
909915
* [Round Robin](https://github.com/TheAlgorithms/Python/blob/master/scheduling/round_robin.py)
910916
* [Shortest Job First](https://github.com/TheAlgorithms/Python/blob/master/scheduling/shortest_job_first.py)
911917

0 commit comments

Comments
 (0)