Skip to content

Commit 81bf3aa

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent c84b2b0 commit 81bf3aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: DIRECTORY.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
* [Palindrome Partitioning](dynamic_programming/palindrome_partitioning.py)
342342
* [Regex Match](dynamic_programming/regex_match.py)
343343
* [Rod Cutting](dynamic_programming/rod_cutting.py)
344+
* [Smith Waterman](dynamic_programming/smith_waterman.py)
344345
* [Subset Generation](dynamic_programming/subset_generation.py)
345346
* [Sum Of Subset](dynamic_programming/sum_of_subset.py)
346347
* [Tribonacci](dynamic_programming/tribonacci.py)
@@ -567,7 +568,6 @@
567568
* [Dual Number Automatic Differentiation](maths/dual_number_automatic_differentiation.py)
568569
* [Entropy](maths/entropy.py)
569570
* [Euclidean Distance](maths/euclidean_distance.py)
570-
* [Euclidean Gcd](maths/euclidean_gcd.py)
571571
* [Euler Method](maths/euler_method.py)
572572
* [Euler Modified](maths/euler_modified.py)
573573
* [Eulers Totient](maths/eulers_totient.py)
@@ -673,7 +673,6 @@
673673
* [Sum Of Digits](maths/sum_of_digits.py)
674674
* [Sum Of Geometric Progression](maths/sum_of_geometric_progression.py)
675675
* [Sum Of Harmonic Series](maths/sum_of_harmonic_series.py)
676-
* [Sum Of Two Positive Numbers Bitwise](maths/sum_of_two_positive_numbers_bitwise.py)
677676
* [Sumset](maths/sumset.py)
678677
* [Sylvester Sequence](maths/sylvester_sequence.py)
679678
* [Tanh](maths/tanh.py)

0 commit comments

Comments
 (0)