There was an error while loading. Please reload this page.
1 parent f5335a9 commit ce34eb9Copy full SHA for ce34eb9
1 file changed
DIRECTORY.md
@@ -724,6 +724,7 @@
724
* [Collatz Sequence](maths/collatz_sequence.py)
725
* [Combinations](maths/combinations.py)
726
* [Continued Fraction](maths/continued_fraction.py)
727
+ * [Convolve 1D](maths/convolve_1d.py)
728
* [Decimal Isolate](maths/decimal_isolate.py)
729
* [Decimal To Fraction](maths/decimal_to_fraction.py)
730
* [Dodecahedron](maths/dodecahedron.py)
@@ -876,6 +877,7 @@
876
877
* [Two Pointer](maths/two_pointer.py)
878
* [Two Sum](maths/two_sum.py)
879
* [Volume](maths/volume.py)
880
+ * [Weighted Average](maths/weighted_average.py)
881
* [Zellers Congruence](maths/zellers_congruence.py)
882
883
## [Matrix](matrix)
0 commit comments