Skip to content

Commit ce34eb9

Browse files
committed
updating DIRECTORY.md
1 parent f5335a9 commit ce34eb9

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
@@ -724,6 +724,7 @@
724724
* [Collatz Sequence](maths/collatz_sequence.py)
725725
* [Combinations](maths/combinations.py)
726726
* [Continued Fraction](maths/continued_fraction.py)
727+
* [Convolve 1D](maths/convolve_1d.py)
727728
* [Decimal Isolate](maths/decimal_isolate.py)
728729
* [Decimal To Fraction](maths/decimal_to_fraction.py)
729730
* [Dodecahedron](maths/dodecahedron.py)
@@ -876,6 +877,7 @@
876877
* [Two Pointer](maths/two_pointer.py)
877878
* [Two Sum](maths/two_sum.py)
878879
* [Volume](maths/volume.py)
880+
* [Weighted Average](maths/weighted_average.py)
879881
* [Zellers Congruence](maths/zellers_congruence.py)
880882

881883
## [Matrix](matrix)

0 commit comments

Comments
 (0)