There was an error while loading. Please reload this page.
1 parent 1bd9ea4 commit 2bfc4aaCopy full SHA for 2bfc4aa
1 file changed
DIRECTORY.md
@@ -986,6 +986,7 @@
986
* [Doppler Frequency](physics/doppler_frequency.py)
987
* [Escape Velocity](physics/escape_velocity.py)
988
* [Grahams Law](physics/grahams_law.py)
989
+ * [Hamiltonian](physics/hamiltonian.py)
990
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
991
* [Hubble Parameter](physics/hubble_parameter.py)
992
* [Ideal Gas Law](physics/ideal_gas_law.py)
@@ -1404,6 +1405,7 @@
1404
1405
* [Selection Sort](sorts/selection_sort.py)
1406
* [Shell Sort](sorts/shell_sort.py)
1407
* [Shrink Shell Sort](sorts/shrink_shell_sort.py)
1408
+ * [Sleep Sort](sorts/sleep_sort.py)
1409
* [Slowsort](sorts/slowsort.py)
1410
* [Smoothsort](sorts/smoothsort.py)
1411
* [Stalin Sort](sorts/stalin_sort.py)
0 commit comments