mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 18:38:39 +00:00
updating DIRECTORY.md
This commit is contained in:
parent
fa9dd3260b
commit
6b80e5fb20
@ -632,7 +632,7 @@
|
|||||||
|
|
||||||
## Physics
|
## Physics
|
||||||
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
|
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
|
||||||
* [Lorenz Transformation Four Vector](physics/lorenz_transformation_four_vector.py)
|
* [Lorentz Transformation Four Vector](physics/lorentz_transformation_four_vector.py)
|
||||||
* [N Body Simulation](physics/n_body_simulation.py)
|
* [N Body Simulation](physics/n_body_simulation.py)
|
||||||
* [Newtons Second Law Of Motion](physics/newtons_second_law_of_motion.py)
|
* [Newtons Second Law Of Motion](physics/newtons_second_law_of_motion.py)
|
||||||
|
|
||||||
@ -929,6 +929,7 @@
|
|||||||
* [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
|
* [Non Preemptive Shortest Job First](scheduling/non_preemptive_shortest_job_first.py)
|
||||||
* [Round Robin](scheduling/round_robin.py)
|
* [Round Robin](scheduling/round_robin.py)
|
||||||
* [Shortest Job First](scheduling/shortest_job_first.py)
|
* [Shortest Job First](scheduling/shortest_job_first.py)
|
||||||
|
* [Split Workload](scheduling/split_workload.py)
|
||||||
|
|
||||||
## Searches
|
## Searches
|
||||||
* [Binary Search](searches/binary_search.py)
|
* [Binary Search](searches/binary_search.py)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user