Skip to content

Commit 86dcfe1

Browse files
committed
updating DIRECTORY.md
1 parent f23163a commit 86dcfe1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

DIRECTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
* [Kth Largest Element](data_structures/arrays/kth_largest_element.py)
242242
* [Median Two Array](data_structures/arrays/median_two_array.py)
243243
* [Monotonic Array](data_structures/arrays/monotonic_array.py)
244+
* [Next Greater Element](data_structures/arrays/next_greater_element.py)
244245
* [Pairs With Given Sum](data_structures/arrays/pairs_with_given_sum.py)
245246
* [Permutations](data_structures/arrays/permutations.py)
246247
* [Prefix Sum](data_structures/arrays/prefix_sum.py)
@@ -986,6 +987,7 @@
986987
* [Doppler Frequency](physics/doppler_frequency.py)
987988
* [Escape Velocity](physics/escape_velocity.py)
988989
* [Grahams Law](physics/grahams_law.py)
990+
* [Hamiltonian](physics/hamiltonian.py)
989991
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
990992
* [Hubble Parameter](physics/hubble_parameter.py)
991993
* [Ideal Gas Law](physics/ideal_gas_law.py)

0 commit comments

Comments
 (0)