There was an error while loading. Please reload this page.
1 parent ebe6adb commit 532d1b0Copy full SHA for 532d1b0
1 file changed
DIRECTORY.md
@@ -729,6 +729,7 @@
729
* [Dodecahedron](maths/dodecahedron.py)
730
* [Double Factorial](maths/double_factorial.py)
731
* [Dual Number Automatic Differentiation](maths/dual_number_automatic_differentiation.py)
732
+ * [Ear Clipping Polygon Triangulation](maths/ear_clipping_polygon_triangulation.py)
733
* [Entropy](maths/entropy.py)
734
* [Euclidean Distance](maths/euclidean_distance.py)
735
* [Euler Method](maths/euler_method.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